Selection area is invisible after update to 1.4.0
See original GitHub issueDo you want to request a feature or report a bug?
a bug
What is the current behavior?
After updating Selection to any version, greater then 0.1.4, I do not see the selection area on selection.
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
It is quite difficult to extract the page I’m using Selection on out of the whole project.
But it seems to me that change is behaviour is caused by the that._clippingElement added after 0.1.4
How it worked before (v0.1.0):

How it works now (v0.1.5, same on 0.2.1):

Are there any restrictions on the style of html/body tags?
Your environment:
Selection-version: 0.1.5
Browser-version:  Chrome Version 73.0.3683.103
Operating-system:  macOS Mojave 10.14.4
Issue Analytics
- State:
 - Created 4 years ago
 - Comments:15 (8 by maintainers)
 
Top Results From Across the Web
The Cycle: Frontier 1.4.0 Update Patch Notes - The Nerd Stash
Fixed an issue where backpacks couldn't be moved to the stash despite the latter not being full. Prospectors on the character selection screen ......
Read more >Changelog - v1.4.0.0 - Celeste
Fixed PICO-8 Celeste update-loop inconsistency from the original PICO-8 version; Fixed the bird in Farewell flinging you a slightly inconsistent distance after ......
Read more >ANTHEM 1.4.0 Changes Overview and Patch Notes
Update 1.4.0 brings some valuable and interesting changes and fixes to the game and Cataclysm. In this article I will go over the...
Read more >Version History - A.O.M. Support (en)
[Invisible Limiter G2] Update outdated tooltip text. ... [Tau Compressor Plus] Plugin now can be bypassed by clicking VU meter area. Improvements.
Read more >Update Notes - CaptureAge
Add small alert for when a new notification arrives while viewing old ... to how many units in your selection can reach the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Well, thank you for providing this demo and great communication to find it 😃 I found the problem, the clipping area don’t have any
z-indexproperty, so the appliedz-indexon the selection-area element don’t even take effect. After addingz-index: 1to the clipping element it works.Until I published a new version (will be very soon since this looks like a serious bug to me) you can use this piece of code in your selectionjs config to fix this:
@dsechin Thought I’ll inform you I published v0.2.2 where this fix takes action 😃