Closed
Bug 1005457
Opened 12 years ago
Closed 12 years ago
Page not properly render in Linux edition of Firefox
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: leonadavinci, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140428194100
Steps to reproduce:
1)Go to this http://www.opap.gr/en/web/guest/find-winnings1 URL using Firefox in Windows
2)Go to the same URL using Firefox in GNU/Linux
Actual results:
1)In the first case you will see the button with id="check-results-button"
2)In the second case althought the button exists it does not appear.
Expected results:
You should have seen the button in both cases.
| Reporter | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
HTML line the reporter refers to is:
<div id="check-results-button"> <center><input id="check-winnings-button" type="button" value="CHECK RESULTS" disabled="disabled" /></center> </div>
That's under <div class="dialogi_result"> which has the CSS lines
display: none;
defined. If you click the "Check winnings" button, the JavaScript will display it correctly in my Firefox 28, so all works as expected here.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•