Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pointerEvents: none to left/right sides. #1112

Merged
merged 5 commits into from
Jun 11, 2017
Merged

Add pointerEvents: none to left/right sides. #1112

merged 5 commits into from
Jun 11, 2017

Conversation

agamemnus
Copy link
Contributor

Without this change, if the zIndex of the waves is higher than the zIndex of the regions, the waves will stand out better but block the resize controls.

(Figured out how to do two files at once.)

…hange zIndex to 3.

The reasoning behind this is to allow, for example, the region plugin to have a styling such that the regions are below the waves (so that the waves look clearer and not blended with the regions), while still allowing resize events on the regions. Otherwise, the left/right sections of the wave block the resize elements of the regions, since their zIndex needs to be necessarily higher to be drawn over the regions.
@katspaugh
Copy link
Owner

Nice idea!

@katspaugh katspaugh self-requested a review June 8, 2017 14:13
@thijstriemstra
Copy link
Contributor

@agamemnus can you also add this to the documentation?

@thijstriemstra thijstriemstra merged commit 7fd5a6d into katspaugh:master Jun 11, 2017
@agamemnus
Copy link
Contributor Author

agamemnus commented Jun 11, 2017 via email

@agamemnus
Copy link
Contributor Author

I'm not sure where I'd add it since it's not an option.

@@ -72,11 +73,12 @@ WaveSurfer.util.extend(WaveSurfer.Drawer.MultiCanvas, {
entry.wave = this.wrapper.appendChild(
this.style(document.createElement('canvas'), {
position: 'absolute',
zIndex: 1,
zIndex: 2,
Copy link
Contributor

@glebm glebm Jun 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes it so that this canvas is above the progress wave (at least on Chrome), hiding it. See #1136

mspae pushed a commit to mspae/wavesurfer.js that referenced this pull request Aug 18, 2017
* Remove pointer events from the left and right sides of the wave and change `zIndex` to 2.

The reasoning behind this is to allow, for example, the region plugin to have a styling such that the regions are below the waves (so that the waves look clearer and not blended with the regions), while still allowing resize events on the regions. Otherwise, the left/right sections of the wave block the resize elements of the regions, since their `zIndex` needs to be necessarily higher to be drawn over the regions.
mspae pushed a commit that referenced this pull request Aug 19, 2017
* Remove pointer events from the left and right sides of the wave and change `zIndex` to 2.

The reasoning behind this is to allow, for example, the region plugin to have a styling such that the regions are below the waves (so that the waves look clearer and not blended with the regions), while still allowing resize events on the regions. Otherwise, the left/right sections of the wave block the resize elements of the regions, since their `zIndex` needs to be necessarily higher to be drawn over the regions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants