Closed
Bug 299594
Opened 20 years ago
Closed 20 years ago
In the Download Actions dialogue, when the MIME Type column is shown, the Action column cannot be resized
Categories
(Firefox :: Settings UI, defect, P4)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: mozilla, Assigned: ispiked)
References
Details
Attachments
(2 files)
|
2.30 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
|
1.25 KB,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050703 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050703 Firefox/1.0+
In Tools > Options > Downloads > Download Actions > View & Edit Actions, the
Action column cannot be resized by dragging the column dividers. This only
applies when the MIME Type column is shown; by default it's hidden and this bug
does not occur.
Reproducible: Always
Steps to Reproduce:
1. Tools > Options > Downloads > Download Actions > View & Edit Actions
2. Click the choose columns to show icon, above the vertical scroll bar
3. Check MIME Types
4. Try to resize the Action column by dragging the divider at the left side of
its column header
Actual Results:
The divider cannot be dragged
Expected Results:
Dragging the divider should resize the columns as usual
| Assignee | ||
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050704
Firefox/1.0+ ID:2005070405
Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Updated•20 years ago
|
Flags: blocking1.8b4?
Comment 2•20 years ago
|
||
Would approve low-risk fix - but don't think this is severe enough to block the
beta release.
Flags: blocking1.8b4? → blocking1.8b4-
Comment 3•20 years ago
|
||
Hmmm... still id Deer Park
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060105
Firefox/1.6a1
| Assignee | ||
Comment 4•20 years ago
|
||
So basically what's happening is that the Actions column gets the <splitter> when MIME Type column is hidden, but when the MIME Type column is unhidden the Actions column is left without a <splitter>.
Seems like the <splitter> should be hidden when its neighboring column is hidden, but that's probably another bug.
I took off the flex="true" because it was misspelled and not doing anything. This is keeping the same behavior of not resizing the File Type column when the window gets resized, which makes sense to me.
| Assignee | ||
Updated•20 years ago
|
OS: Windows XP → All
Priority: -- → P4
Hardware: PC → All
Target Milestone: --- → Firefox 2
Version: unspecified → 1.5 Branch
Updated•20 years ago
|
Attachment #207697 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 5•20 years ago
|
||
Same fix as for Firefox, just "ported" to Thunderbird's fork. :) See comment 4 for explanation.
Attachment #207698 -
Flags: review?(mscott)
Comment 6•20 years ago
|
||
Checking in downloadactions.xul;
/cvsroot/mozilla/browser/components/preferences/downloadactions.xul,v <-- downloadactions.xul
new revision: 1.9; previous revision: 1.8
done
Updated•20 years ago
|
Attachment #207698 -
Flags: review?(mscott) → review+
Comment 7•20 years ago
|
||
mozilla/mail/components/preferences/downloadactions.xul; new revision: 1.5;
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: Firefox 2 → Firefox 3
Updated•20 years ago
|
Version: 1.5 Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•