Closed Bug 246343 Opened 21 years ago Closed 21 years ago

style.visibility not working on 1.7 rc3

Categories

(Core :: DOM: CSS Object Model, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 246385

People

(Reporter: mozilla, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040608 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040608 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <form name="form1" id="form1" method="post" action=""> <p>Click on image SHOULD show button </p> <p>&nbsp;</p> <p><img src="http://www.mozilla.org/images/mlogo.gif" onclick="save_button.style.visibility = 'visible';"/> </p> <p> <input type="submit" value="Save" name="save_button" style="VISIBILITY: hidden"> </p> </p> <p>&nbsp; </p> </form> </body> </html> Reproducible: Always Steps to Reproduce: 1.see above example 2. 3. it works with mozilla 1.6 and below.
reporter filed same bug with this testcase attached *** This bug has been marked as a duplicate of 246385 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Component: DOM: Views and Formatting → DOM: CSS Object Model
QA Contact: ian → general
You need to log in before you can comment on or make changes to this bug.