Closed
Bug 657875
Opened 14 years ago
Closed 14 years ago
clicking an input image button causes the text on page to disappear.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ronenm, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (Windows NT 5.2; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
The button should not cause a validation and should not cause a post back.
This problem occurs only in firefox 4 and not in any other browser ...
clicking on the calendar image in this page (https://ecom.gov.il/Counter/general/ReceiptReproduction.aspx?counter=24&catalog=0&language=en) will cause the problem.
Please pay attention: the 'View page source' shows exactly the same code before and after the click. the text should appear on the page but it is not.
Thanks
Reproducible: Always
Steps to Reproduce:
1.go to https://ecom.gov.il/Counter/general/ReceiptReproduction.aspx?counter=24&catalog=0&language=en
2.click on the calendar image button
3.the text on the page disappear.
Actual Results:
the text on the page disappear.
Expected Results:
the text should stay as it was.
That's cause the page reloads and the server sends an html page with no text in it.
This is a server bug, possibly broken user agent sniffing.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•