Closed
Bug 1107
Opened 26 years ago
Closed 10 years ago
Once text-decoration is set to blink in CSSOM, it's impossible to turn off
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: angus, Assigned: peterl-retired)
References
()
Details
Once you set text-decoration to blink, it can't be set back.
Assignee | ||
Comment 1•26 years ago
|
||
Did you try "text-decoration: none;" ? All text decorations share this problem,
they are additive until you turn them all off. If that doesn't work, please send
this bug to me.
Updated•26 years ago
|
Assignee: vidur → peterl
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Based on Peter's comments, I'm assuming that there's just a bug in a previous
version of this script.
Either way, it works fine (blink ceases when going to a non-blinked page) on
2.4.99 Win32 & Linux builds, as well as the 2.8.99 Mac OS build.
Updated•18 years ago
|
Flags: in-testsuite-
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker.org
https://github.com/mozilla/webmaker.org/commit/b82460f6bc1dbd998ebb2e9189209d46c43508e2
Fix issue #1107 - tools page broken
Updated•10 years ago
|
Status: VERIFIED → RESOLVED
Closed: 26 years ago → 10 years ago
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•