Closed
Bug 398242
Opened 18 years ago
Closed 18 years ago
Information bubble in download manager has no border
Categories
(SeaMonkey :: Themes, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Aleksej, Assigned: sylvain.pasche)
Details
(Keywords: access)
Attachments
(2 files, 2 obsolete files)
14.16 KB,
image/png
|
Details | |
882 bytes,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9a9pre) Gecko/2007100104 Minefield/3.0a9pre
on Debian GNU/Linux lenny (testing).
Steps to reproduce:
1. Download a file
2. Tools→Downloads
3. Click the blue (i)
That makes it ugly&scary (“incomplete UI?!” “hang?”), and possibly less accessible.
Attachment 278230 [details] in bug 393701 shows it with a border in the Windows build 2007082500.
Flags: blocking-firefox3?
Comment 1•18 years ago
|
||
Dupe of bug 390711?
Comment 2•18 years ago
|
||
I'm guessing it is, yeah.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: blocking-firefox3?
Resolution: --- → DUPLICATE
Comment 3•18 years ago
|
||
Reopening / un-duping, as bug 390711 is now fixed, but this bug here is still broken.
(bug 390711 fixed autocomplete dropdowns, but not this bug's information bubble.)
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: Information bubble in download manager is borderless. (has no border) → Information bubble in download manager has no border
Updated•18 years ago
|
Status: REOPENED → NEW
Component: Download Manager → Themes
Product: Firefox → Core
QA Contact: download.manager → themes
Updated•18 years ago
|
Flags: blocking1.9?
Assignee | ||
Comment 4•18 years ago
|
||
By following the same path as in bug 390711, the "-moz-appearance: none" of the #information selector in themes/winstrip/mozapps/downloads/downloads.css could be ifdefed for GTK.
Or is there a better approach? (like adding a class to have separate -moz-appearance between gnomestripe and winstripe for some of the panels like autocomplete and this downloads information).
Updated•18 years ago
|
Priority: -- → P2
Assignee | ||
Comment 6•18 years ago
|
||
Same trick that was used for bug 390711
Assignee: nobody → sylvain.pasche
Status: NEW → ASSIGNED
Attachment #289061 -
Flags: review?(enndeakin)
Comment 7•18 years ago
|
||
Comment on attachment 289061 [details] [diff] [review]
ifdefing -moz-appearance
Why is this a Linux only change?
Assignee | ||
Comment 8•18 years ago
|
||
(In reply to comment #7)
> (From update of attachment 289061 [details] [diff] [review])
> Why is this a Linux only change?
I thought the reason to have a -moz-appearance set to none was the same as bug 388317.
However I have just tested on Windows, and the visual appearance is the same if I drop the -moz-appearance property (like removing the ifdefs in my patch).
Moreover, I also get the same appearance for menus and autocomplete popups if I remove the changes in bug 388317. Did I miss something, or could something have changed which makes bug 388317 not valid any more?
Comment 9•18 years ago
|
||
Comment on attachment 289061 [details] [diff] [review]
ifdefing -moz-appearance
Is this patch still what is desired?
Attachment #289061 -
Flags: review?(enndeakin) → review-
Assignee | ||
Comment 10•18 years ago
|
||
(In reply to comment #9)
> (From update of attachment 289061 [details] [diff] [review])
> Is this patch still what is desired?
Please have a look at bug 388317 comment 8.
Assignee | ||
Comment 11•18 years ago
|
||
On winxp, the popup looks the same after dropping the -moz-appearance (see bug 388317 comment 10 for a possible explanation).
So this is just dropping the -moz-appearance for winstripe/gnomestripe.
Attachment #289061 -
Attachment is obsolete: true
Attachment #293238 -
Flags: review?(enndeakin)
Comment 12•18 years ago
|
||
(In reply to comment #11)
> So this is just dropping the -moz-appearance for winstripe/gnomestripe.
No, it's only removing it for winstripe. gnomestripe has a separate downloads.css now. You'll need to change it, too.
Assignee | ||
Comment 13•18 years ago
|
||
Comment on attachment 293238 [details] [diff] [review]
remove -moz-appearance
Thanks Reed. My objdir doesn't want to switch to gnomestripe for downloads.css, I'll try to clobber.
Attachment #293238 -
Flags: review?(enndeakin)
Assignee | ||
Comment 14•18 years ago
|
||
(In reply to comment #13)
> (From update of attachment 293238 [details] [diff] [review])
> Thanks Reed. My objdir doesn't want to switch to gnomestripe for downloads.css,
> I'll try to clobber.
hmm, that's bug 407044 comment 3 which is hitting me.
Assignee | ||
Comment 15•18 years ago
|
||
This one changes both winstripe and gnomestripe downloads.css
Attachment #293238 -
Attachment is obsolete: true
Attachment #293286 -
Flags: review?(enndeakin)
Updated•18 years ago
|
Attachment #293286 -
Flags: review?(enndeakin) → review+
Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 16•18 years ago
|
||
Looks like bug 405888 makes this obsolete
Status: ASSIGNED → RESOLVED
Closed: 18 years ago → 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•