Closed
Bug 271053
Opened 20 years ago
Closed 20 years ago
long table gets corrupted when scrolled with mousewheel
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jarkko.viinamaki, Assigned: roc)
References
()
Details
Attachments
(1 file)
|
40.66 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 If you open http://www.theo.net/pb_bans/pb_bans1.php and start scrolling down the page using your mouse wheel, at certain point (line containing ()-ICE_FIRE-()) the rest of the table starts to get corrupted by repeating the last few blocks over and over again. Reproducible: Always Steps to Reproduce: 1. open http://www.theo.net/pb_bans/pb_bans1.php 2. start scrolling down the page using your mouse wheel until you find row with ()-ICE_FIRE-() Actual Results: The rest of the table is corrupted and does not display correctly. Expected Results: Correct display.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
invalid HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> view-source:http://www.theo.net/pb_bans/pb_bans1.php 5 <TABLE> tags, 1 </TABLE> tag only. 4 <P> tags, no </P> JS console is showing 4 CSS errors, two of them like this: Error: Expected ',' or '{' but found '0.1a'. Ruleset ignored due to bad selector. Source File: http://www.theo.net/pb_bans/style.css Line: 23 th.1a {background-color:#FFFFFF; ......... input.1a {font-size:7pt;} Validator gives 34655 bugs http://validator.w3.org/check?uri=http%3A%2F%2Fwww.theo.net%2Fpb_bans%2Fpb_bans1.php Just for the record: are there differences in scrolling using the mousewheel, or the scrollbar, or the keynoard to scroll? I couldn´t test, as the window was black, when rendering finished. Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041120
Updated•20 years ago
|
Assignee: nobody → roc
Component: Layout: Tables → Layout: View Rendering
QA Contact: core.layout.tables → ian
Comment 3•20 years ago
|
||
Looks a bit similar to bug 255706
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #2) > Just for the record: > are there differences in scrolling using the mousewheel, or the scrollbar, or > the keynoard to scroll? If I scroll using page down at some point the screen halts and table gets corrupted. Then after a short pause I get a black screen. The HTML on that page is very weird and full of errors and thus I can't even scroll the page using the scroll bar.
Comment 5•20 years ago
|
||
The url is 404. This is most likely fixed by bug 280711 (fixed only for winNT systems).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•