Closed
Bug 180364
Opened 22 years ago
Closed 21 years ago
Oversized Uninstall theme button (long 3rd party name)
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: Biesinger)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
(deleted),
image/gif
|
Details | |
(deleted),
patch
|
neil
:
review+
roc
:
superreview+
chofmann
:
approval1.7+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826
When the name of a selected theme is too long, the uninstall them button grows
beyond the edge of the window. Maybe just an "Uninstall" caption will be enough.
Reproducible: Always
Steps to Reproduce:
1. Download and installa a long name theme like Internet Explorer theme
2. Try to uninstall it through the Preferences window.
3.
Actual Results:
An ugly oversized uninstall button appears
Expected Results:
Don;t be so user firendly and just say "Uninstall" or incease height and justify.
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
Confirming with build 2003020511, Windows 2000.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•22 years ago
|
||
perhaps this is specific to [3rd party] themes with long names?
Blocks: prefsfit
Summary: Oversized Uninstall theme button → Oversized Uninstall theme button (long 3rd party name)
Also if the theme name is too long then the scroll bar in the list of themes
gets pushed to the right and eventually off the screen (providing you have
enough themes installed to need the scrollbar).
I just discovered that it is not only a long theme name causing this, but also a
long author name, especially if both are long. It seems that the uninstall
button grows to the left as the name is getting longer and if the author name is
also long then they will meet up and the author name will push the button to the
left. The scrollbar for the list of themes and also the preview image seem to
move with it. The author name should rather wrap onto the next line if it is too
long and the skin name should not be included on the uninstall button.
Comment 7•21 years ago
|
||
I don't think this (and some others) ought to block Bug 133627, which is terrible.
But, since it does, imho, it should block everything it is broken on.
Flags: blocking1.7a?
Flags: blocking1.6?
Comment 9•21 years ago
|
||
dveditz, could you help on this one?
Flags: blocking1.7b?
Flags: blocking1.7a?
Flags: blocking1.7a-
Comment 10•21 years ago
|
||
Mass reassign of my non-Firefox bugs to ben_seamonkey@hotmail.com
Assignee: bugs → ben_seamonkey
Comment 11•21 years ago
|
||
cbiesinger, neil,
any cycles to help out with some UI tweaking on this one?
Flags: blocking1.7b?
Flags: blocking1.7b-
Flags: blocking1.7+
Assignee | ||
Comment 12•21 years ago
|
||
let's just keep the button label as "Uninstall Theme", the name is shown to the
left of it anyway
Assignee: ben_seamonkey → cbiesinger
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #144036 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 13•21 years ago
|
||
I had a look into trying to get the text to fit... unfortunately due to some
reflow issues I was unable to get the text to wrap correctly, so that left two
other options, cropping the text (using flex="1" crop="right" on the author) or
changing the label into a plain readonly textfield as demonstrated here.
Comment 14•21 years ago
|
||
Comment on attachment 144036 [details] [diff] [review]
patch
Heh, the patch is so good you get to remove the code twice ;-)
Attachment #144036 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Comment 15•21 years ago
|
||
(In reply to comment #13)
> Created an attachment (id=144037)
> Not much of an alternative
um, this patch fixes the "Author" field, not the button, which is what this bug
is all about?
Assignee | ||
Updated•21 years ago
|
Attachment #144036 -
Flags: superreview?(roc)
Attachment #144036 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Updated•21 years ago
|
Attachment #144036 -
Flags: approval1.7?
Comment 16•21 years ago
|
||
Comment on attachment 144036 [details] [diff] [review]
patch
a=chofmann for 1.7
Attachment #144036 -
Flags: approval1.7? → approval1.7+
Assignee | ||
Comment 17•21 years ago
|
||
Checking in content/pref-themes.js;
/cvsroot/mozilla/xpfe/components/prefwindow/resources/content/pref-themes.js,v
<-- pref-themes.js
new revision: 1.39; previous revision: 1.38
done
Checking in locale/en-US/prefutilities.properties;
/cvsroot/mozilla/xpfe/components/prefwindow/resources/locale/en-US/prefutilities.properties,v
<-- prefutilities.properties
new revision: 1.22; previous revision: 1.21
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•