Closed Bug 370516 Opened 18 years ago Closed 18 years ago

Miscellaneous folder picker widget fixes

Categories

(Thunderbird :: Mail Window Front End, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: neil, Assigned: neil)

Details

(Keywords: fixed-seamonkey1.1.2, fixed1.8.1.3)

Attachments

(2 files, 1 obsolete file)

* Use enableKeyboardNavigator to avoid having to add extra event listeners (although this requires us to call event.preventDefault) * Fix click events only to work with the left button and not fire if the mouse was over blank space at the end of the list
Attached patch Possible patch (obsolete) — Splinter Review
This version allows the tab key to fire when the popup is open.
Assignee: mscott → neil
Status: NEW → ASSIGNED
Attached patch Proposed patchSplinter Review
This version doesn't allow the tab key to fire when the popup is open.
Attachment #255228 - Flags: review?(mscott)
Comment on attachment 255228 [details] [diff] [review] Proposed patch Neil, would these changes apply to the branch as well?
Attachment #255228 - Flags: review?(mscott) → review+
Attached patch Missed a hunkSplinter Review
Sorry, I accidentally left this bit out, which is needed to complete the fix to the "click on blank area at the bottom of completely scrolled picker" bug. (In reply to comment #3) >(From update of attachment 255228 [details] [diff] [review]) >Neil, would these changes apply to the branch as well? Yes, these patches could go on the branch.
Attachment #255227 - Attachment is obsolete: true
Attachment #255329 - Flags: review?(mscott)
Comment on attachment 255329 [details] [diff] [review] Missed a hunk ok. I'm going to approve them for the branch then. Feel free to let it bake on the trunk for a couple days if you want. I'll let you make that call.
Attachment #255329 - Flags: review?(mscott)
Attachment #255329 - Flags: review+
Attachment #255329 - Flags: approval-thunderbird2+
Attachment #255228 - Flags: approval-thunderbird2+
Fixes checked in to the trunk, for now.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Fix checked in to the branch.
I have a user complaining that the folder picker widget doesn't handle deeply nested folders - it doesn't grow its width to fit deeply nested or hierarchies with long folder names, and doesn't have a horizontal scroll bar...in particular, when you pick a folder to search on in the advanced search UI, though I think it's also true for the toolbar folder picker widget. Is there anything that can be done about this?
(In reply to comment #8) >I have a user complaining that the folder picker widget doesn't handle deeply >nested folders - it doesn't grow its width to fit deeply nested or hierarchies >with long folder names, and doesn't have a horizontal scroll bar...in >particular, when you pick a folder to search on in the advanced search UI, >though I think it's also true for the toolbar folder picker widget. Is there >anything that can be done about this? We can't make it size to fit. On trunk we could in theory give it a horizontal scroll bar, but we'd still have to pick an arbitrary width.
Would that mean the scroll bar would appear even if there was no string wider than the actual displayed width? Or just that we'd have to pick a max width that could be scrolled?
(In reply to comment #10) >Would that mean the scroll bar would appear even if there was no string wider >than the actual displayed width? Correct.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: