Closed
Bug 274521
Opened 21 years ago
Closed 19 years ago
CSS (border) on FRAMESET causes smudge when scrolling
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nrlz, Assigned: roc)
Details
(Keywords: helpwanted, testcase)
Attachments
(3 files)
|
310 bytes,
text/html
|
Details | |
|
798 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
|
167 bytes,
text/html
|
Details |
If I use this style rule:
<style>
frameset {border: 1px solid blue}
</style>
And then *scroll* the frame, the styled border (blue line) gets drawn over the
webpage repeatedly. See the attachment for exact meaning.
The frames should be scrolled both up and down for maximum effect.
Comment 2•21 years ago
|
||
I can see the bug, using:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a6) Gecko/20041213
Firefox/1.0+
This looks similar to bug 269840.
Comment 3•21 years ago
|
||
I see this...
Given that we don't really support CSS borders on frameset/frame, should we
perhaps just disable them?
Assignee: nobody → roc
Status: UNCONFIRMED → NEW
Component: Layout: HTML Frames → Layout: View Rendering
Ever confirmed: true
Keywords: helpwanted
QA Contact: layout.html-frames → ian
| Assignee | ||
Comment 4•21 years ago
|
||
something like this?
Attachment #173683 -
Flags: superreview?(bzbarsky)
Attachment #173683 -
Flags: review?(bzbarsky)
Comment 5•21 years ago
|
||
Comment on attachment 173683 [details] [diff] [review]
something like this?
Yeah, that works. r+sr=bzbarsky
Attachment #173683 -
Flags: superreview?(bzbarsky)
Attachment #173683 -
Flags: superreview+
Attachment #173683 -
Flags: review?(bzbarsky)
Attachment #173683 -
Flags: review+
| Assignee | ||
Comment 6•21 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 7•21 years ago
|
||
*** Bug 269840 has been marked as a duplicate of this bug. ***
I can reproduce this with an IFRAME now. Testcase coming up.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•19 years ago
|
||
<iframe> would be a different bug. Please file a separate bug for it.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 12•19 years ago
|
||
(In reply to comment #11)
> <iframe> would be a different bug. Please file a separate bug for it.
>
Filed as new bug 344840.
Updated•7 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
•