Closed
Bug 595656
Opened 14 years ago
Closed 13 years ago
Add-ons view rounded border corners sometimes cut off by content
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla15
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: micmon, Assigned: Unfocused)
References
Details
Attachments
(4 files)
15.73 KB,
image/png
|
Details | |
6.66 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
36.77 KB,
image/png
|
Details | |
2.33 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
The list view is displayed with a small border radius. This looks nice most of the time, but not always. The attached screenshot shows the problem.
This is most likely a Linux platform bug.
Comment 2•14 years ago
|
||
It's visible on all platforms. I wonder if this is a core issue.
blocking2.0: --- → ?
OS: Linux → All
Hardware: x86 → All
Updated•14 years ago
|
Summary: List view corners not displayed correctly sometimes → Add-ons view rounded border corners sometimes cut off by content
Assignee | ||
Comment 4•14 years ago
|
||
Filed a separate layout bug (bug 597927). If that can't be fixed for 4.0, we can add a margin to the richlistboxes (and the browser element in the discover view).
Comment 5•14 years ago
|
||
One or the other must be fixed for final (though adding margin would suck a lot)
blocking2.0: ? → final+
You should just be able to use 'overflow:hidden'. If you can't, please reopen bug 597927.
Comment 7•14 years ago
|
||
Setting overflow: hidden only works if the container can be scrollable which decks aren't, however we can wrap the deck in a box which is to fix this.
Comment 8•14 years ago
|
||
Note this also takes the chance to correct the indentation of the categories list.
Updated•14 years ago
|
Whiteboard: [has patch][needs review Unfocused]
Assignee | ||
Comment 9•14 years ago
|
||
Scrolling up on the Get Add-ons pane seems to cause this weird painting issue. It fixes itself after a 3-4 seconds though. Is this a known issue?
Assignee | ||
Comment 10•14 years ago
|
||
Comment on attachment 477602 [details] [diff] [review]
patch rev 1
r=me, dependent on how bad the issue in comment 9 is deemed to be. It doesn't seem huge to me, since its only the Get Add-ons pane when scrolling up, and disappears in a few seconds. It could probably be hacked around here (with margins - see comment 4), but it looks like something that should really be fixed in the platform.
Attachment #477602 -
Flags: review?(bmcbride) → review+
Updated•14 years ago
|
Whiteboard: [has patch][needs review Unfocused] → [has patch]
That issue is actually pretty bad. We need a layout bug filed on it at least.
Comment 12•14 years ago
|
||
(In reply to comment #11)
> That issue is actually pretty bad. We need a layout bug filed on it at least.
Reopening bug 597927?
No, a new bug. Bug 597927 was about stuff not being clipped correctly. Here the clipping is probably correct, but scrolling is busted.
Comment 14•14 years ago
|
||
(In reply to comment #9)
> Created attachment 478953 [details]
> Re-painting issue screenshot
>
> Scrolling up on the Get Add-ons pane seems to cause this weird painting issue.
> It fixes itself after a 3-4 seconds though. Is this a known issue?
Blair can you please file a new bug if you still see this issue? I can't reproduce it on my boxes.
Comment 15•14 years ago
|
||
I can still reproduce this issue when accessing get add-ons. It appears on all four corners of the get add-ons page for me.
BUILD: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101008 Firefox/4.0b8pre ID:20101008041525
~B
Comment 16•14 years ago
|
||
To be clear, I do not have the scrolling issue. I have the same issue described in https://bugzilla.mozilla.org/attachment.cgi?id=474530 but in get add-ons.
~B
Comment 17•14 years ago
|
||
Filed bug 602892. I think I'm going to land this anyway. If we don't get the platform fix then we'll have to tidy this up some other way.
Comment 18•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [has patch]
Target Milestone: --- → mozilla2.0b8
Comment 19•14 years ago
|
||
the bug is still there (on 09.10.10 nightly), if you scroll down the content - the rounded corners get cut off + the garbage appears at top left and top right of the content area if you scroll it up and down. The garbage consist of rounded corners drawn many times.
Comment 20•14 years ago
|
||
Filed bug 603120 on the vertical scrollbars being invisible in the AOM after the landing of this bug.
Comment 21•14 years ago
|
||
this is not fixed.
https://bugzilla.mozilla.org/show_bug.cgi?id=603120#c4
Comment 22•14 years ago
|
||
(In reply to comment #9)
> Created attachment 478953 [details]
> Re-painting issue screenshot
>
> Scrolling up on the Get Add-ons pane seems to cause this weird painting issue.
> It fixes itself after a 3-4 seconds though. Is this a known issue?
Filed Bug 603149
Comment 23•14 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101023 Firefox/4.0b8pre
Dave, I assume there is no need for an automated test?
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
Flags: in-litmus-
Updated•14 years ago
|
Flags: in-testsuite? → in-testsuite-
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
Comment 24•14 years ago
|
||
the fix for this has been disabled in bug 623615
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Updated•14 years ago
|
blocking2.0: final+ → -
Updated•14 years ago
|
Assignee: dtownsend → nobody
Assignee | ||
Comment 27•13 years ago
|
||
Bug 716439 fixed bug 623615, so we can re-enable this now.
Assignee: nobody → bmcbride
Status: REOPENED → ASSIGNED
Attachment #624627 -
Flags: review?(dtownsend+bugmail)
Updated•13 years ago
|
Attachment #624627 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Comment 28•13 years ago
|
||
Target Milestone: mozilla2.0b7 → mozilla15
Comment 29•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•