Closed
Bug 63437
Opened 25 years ago
Closed 25 years ago
Hiding style does not hide buttons "value" attribute.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: desale, Assigned: jst)
Details
Attachments
(1 file)
794 bytes,
text/html
|
Details |
Hiding button with
document.getElementById('id').style.visibility = "hidden";
does hide button, but does not hide "Value" attribute of button.
BUILDS: 2000-12-20-09.
OS: Win-95.
STEPS TO REPRODUCE:
1] Please load testcase I'm gonna attach with builds mentioned above.
2] You'll see two buttons. [Right button can be hided by clicking either of
buttons]
3] click any button.
EXPECTED RESULTS:
Right side button should hide completely.
ACTUAL RESULTS:
Right side button hides, but "Value" attribute of button does show.
Reporter | ||
Comment 1•25 years ago
|
||
![]() |
||
Comment 2•25 years ago
|
||
This is caused by style context sharing. The page works fine if I set
moz_disable_style_sharing=1. With style context sharing on, I can reproduce the
bug on linux build 2000-12-19-08
*** This bug has been marked as a duplicate of 63118 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•