Closed
Bug 534054
Opened 15 years ago
Closed 15 years ago
Black horizontal lines on some sites
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
892 bytes,
patch
|
stechz
:
review+
|
Details | Diff | Splinter Review |
Some sites, like:
http://www.npr.org/templates/story/story.php?storyId=120574256
incorrectly display horizontal black lines at the border of some tiles. This maybe be caused by 468496.
Assignee | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Comment 1•15 years ago
|
||
This has been known for awhile ( the testdays found this back in b4 as well https://bugzilla.mozilla.org/show_bug.cgi?id=520261 ) and stuart said that its due to that bug, doug.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•15 years ago
|
||
this bug is for a potential work around in fennec around the bug in GFX.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #416980 -
Flags: review?(webapps)
Comment 4•15 years ago
|
||
Comment on attachment 416980 [details] [diff] [review]
patch v.1
This patches two functions. Could you try just one or the other to make sure we are doing the minimal amount of work?
Attachment #416980 -
Flags: review?(webapps) → review-
Assignee | ||
Comment 5•15 years ago
|
||
just the second part of the patch is needed.
Assignee | ||
Comment 6•15 years ago
|
||
Assignee: nobody → mozbugz
Attachment #416980 -
Attachment is obsolete: true
Attachment #417039 -
Flags: review?(webapps)
Comment 7•15 years ago
|
||
Comment on attachment 417039 [details] [diff] [review]
just what we need + comment.
>diff --git a/chrome/content/TileManager.js.in b/chrome/content/TileManager.js.in
>+ rect.left -1 , rect.top -1,
>+ rect.right - rect.left + 1, rect.bottom - rect.top + 1,
Nit: space between - and 1.
Attachment #417039 -
Flags: review?(webapps) → review+
Assignee | ||
Comment 8•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 9•15 years ago
|
||
verified FIXED On builds:
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2b5pre) Gecko/20091214 Firefox/3.6b5pre Fennec/1.0b6pre
and
Mozilla/5.0 (X11; U; Linux armv6l; Nokia N8xx; en-US; rv:1.9.3a1pre) Gecko/20091214 Firefox/3.7a1pre Fennec/1.0b5
...but found an edge case with overlapping images that's filed on bug 534645
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•14 years ago
|
Component: Linux/Maemo → General
QA Contact: maemo-linux → general
Hardware: All → ARM
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•