Dominick Bellizzi
Dominick Bellizzi
Regarding number 1, the highlight code uses z-index to "pop" the element through the overlay. Unfortunately, z-index is scoped to the closest "positioned" element (absolute, fixed, relative), so it will...
You might have them reversed. If you do: $('body').mask('#gen-job-docket') it will hide all of "body" and allow "#gen-job-docket" to show through. Container is the outer container, nothing outside that will...
And just to show you how I used it with Guiders-JS, I changed the default behavior of highlighting: ``` javascript guiders._highlightElement = function(selector) { $(document).mask(selector); }; guiders._dehighlightElement = function(selector) {...
We're using it with Guiders-JS in production at Wikispaces.com, and we haven't had any problems with it, but I haven't heard of anyone else using it. I don't see the...
You don't need an overlay div, and if you include it, it is on top of everything, so I would get rid of that first. Next, you need to adjust...
Something is wrong with how lombok is published to maven (maybe some mirrors don't have older versions?). Some versions look like they were removed, some are just not available reliably....
For more context, the bug is seen in the v2 translate client, we haven't verified whether the v3 client has this issue or not.