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)

x86
Windows 95
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 63118

People

(Reporter: desale, Assigned: jst)

Details

Attachments

(1 file)

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.
Attached file testcase
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
Verified Duplicate.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: