Closed
Bug 305276
Opened 19 years ago
Closed 6 months ago
10.4 - should remember sort order in File Open & Save dialogs
Categories
(Core Graveyard :: Widget: Mac, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ms, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 I like to sort my open and save dialogs by date (newest first). This is a new (old) feature in Mac OS X 10.4, and very welcome indeed. Some apps remember my settings, but this version of Firefox does not, and I wish it did. Reproducible: Always Steps to Reproduce: 1. Choose the Open File Dialog 2. View as list (left option) 3. Click the Date Modified column header to sort by date 4. Open a file. 5. Choose the Open File Dialog. (works with Save File dialog as well) Actual Results: It has reverted from date sort to name sort. Expected Results: Remembered the sort.
Updated•19 years ago
|
Assignee: nobody → joshmoz
Component: OS Integration → Widget: Mac
Product: Firefox → Core
QA Contact: os.integration → mac
Version: unspecified → Trunk
Comment 1•19 years ago
|
||
That should be done by calling ::NavCustomControl with the kNavCtlSortBy constant. See <http://developer.apple.com/documentation/Carbon/Reference/Navigation_Services_Ref/nav_serv_ref/chapter_1.4_section_7.html>
Status: UNCONFIRMED → RESOLVED
Closed: 6 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•