Closed
Bug 180877
Opened 22 years ago
Closed 11 months ago
Strange effects with megaborders
Categories
(Core :: Web Painting, defect, P4)
Core
Web Painting
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: nikd, Unassigned)
References
Details
(Keywords: css1, testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021031
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021031
Consider an element border of immense proportions, say > 500px.
Situation 1: a <p>test</p> with a border of 1000px will make the text within the
paragraph disappear.
Situation 2: the same paragraph with a border of 30000px will be completely
shattered into checkered patterns and weird diagonal cuts.
Reproducible: Always
Steps to Reproduce:
1. Load testcase 1
2. Load testcase 2
3. Ponder the style algorithms
Reporter | ||
Comment 1•22 years ago
|
||
Use Find to find the text, since it is black on black due to the border eating
inwards.
Reporter | ||
Comment 2•22 years ago
|
||
Scroll around and see the Cubism.
Reporter | ||
Comment 3•22 years ago
|
||
This is not the usual "forgot to paint this area" that is covered in another
bug. This is a consistent _diagonal_ cut that doesn't go away by going back and
forth.
This works fine for me on Linux. Is it Mac-only or it it just that the amounts
required to trigger the bug are different on different platforms? ->GFX
Comment 5•22 years ago
|
||
I do see strange things happening on linux.
I see it now. Not sure why I didn't earlier. Perhaps related to bug 115526,
although it's not fixed in my tree. However, it may not be.
Comment 7•22 years ago
|
||
-> dcone
Assignee: kmcclusk → dcone
Priority: -- → P4
Target Milestone: --- → Future
Updated•21 years ago
|
Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
Comment 8•13 years ago
|
||
I do not see the "cubism" on Linux but I do see the text getting covered up by the border in both test cases. Recategorizing.
Component: GFX → Layout: View Rendering
Product: Core Graveyard → Core
QA Contact: ian → layout.view-rendering
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•2 years ago
|
Severity: trivial → S4
Comment 9•11 months ago
|
||
Unable to reproduce
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•