[Webkit-unassigned] [Bug 162263] style.removeProperty not working for "overflow: hidden !important"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 09:53:52 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162263

--- Comment #2 from Mike Sidorov <mikes.ekb at gmail.com> ---
Alexey, sorry, had to explain this earlier.

The test case is: clicking a button toggles to properties - background-color: red and overflow: hidden. These properties are being set/removed on every button click.
With background-color everything is fine - it gets set to red and removed on the next click.
But with overflow there's an issue: once you set it, you cannot remove it at all. I'm getting the following output in the console:

"hidden"
"hidden"

What's expected is to remove that property (to be displayed "hidden" - "").

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160920/c6239ba4/attachment.html>


More information about the webkit-unassigned mailing list