Closed
Bug 280880
Opened 20 years ago
Closed 20 years ago
Firefox fails to redraw portion of screen
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: firefox_bugs, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 An area of the screen is not redrawn after clicking the "Modify your Search" link. It appears to be Javascript that is modifying the page (modifyYourSearchPressed()). Unfortunately I don't know enough about HTML or Javascript to narrow this down to a more specific test case. Reproducible: Always Steps to Reproduce: 1. Open http://www.travelocity.ca/ 2. Choose an origin and destination for a flight (YVR to LAX, for example). 3. Click the "Search Now" button with the default dates. 4. Once the search results page appears, click the "Modify your search" link. Actual Results: The area of the screen in which you enter the modified search criteria (origin, destination, dates etc.) is not redrawn. If you move other windows over it, or scroll it off screen and back on, whatever garbage was displayed on those pixels before is still displayed. The cursor changes appropriately if moved over text areas, links etc. but they are not displayed. Expected Results: The area should be redrawn with the input widgets. Default theme, almost fresh install (yesterday). I have a copy of the page source code if necessary. Send e-mail and I will post as an attachment. But loading this HTML file by itself doesn't reproduce the problem without the rest of the site. I saw a couple of other bugs to do with redrawing, but one (269019) was on Linux not Windows (that bug's test case worked for me), and in the other (275403) the area would redraw if scrolled off and back on or covered/uncovered by another window or the pointer. So I'm logging this as a new defect.
Comment 1•20 years ago
|
||
Confirmed with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041108 Firefox/1.0 WFM with nightly Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050203 Firefox/1.0+ There are no messages in the Javascript Console using version 1.0.
Comment 2•20 years ago
|
||
WFM as well, Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050401 Firefox/1.0+ Reporter, please retest with a build from <http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/>. The rendering engine included in Firefox 1.0 is a year old. If this doesn't work for you with that build, please reopen the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•