Closed
Bug 275064
Opened 20 years ago
Closed 19 years ago
"OS" field does not default to "MacOS X" when creating a bug on OS X
Categories
(bugzilla.mozilla.org :: General, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: uriber, Assigned: justdave)
References
Details
Attachments
(1 obsolete file)
When submitting a new bug on Mac OS X, the "Platform" field correctly defaults to "Macintosh", but the "OS" field defaults to "All". Before the upgrade, the OS field used to default to "MacOS X", as it should.
| Assignee | ||
Comment 1•20 years ago
|
||
Gerv: this appears to related to the guided entry page? Someone just mailed me a screenshot, and the guided entry page has "Mac OS X 10.0" listed on it, when the choice that's available is actually just "Mac OS X" Maybe we need to rename something in our localconfig?
Comment 2•20 years ago
|
||
Actually, this isn't the guided page. Set your UA to: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041107 and then visit: https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox You'll see: Platform: Macintosh OS: All This doesn't occur on my local test trunk installation. So it's an issue with the interaction between the server-side OS detection in enter_bug.cgi and the list of valid values for OS in bugzilla.mozilla.org's localconfig. The OS detection code returns "Mac OS X 10.0" for any Mac OS. However, b.m.o.'s localconfig only has the value "MacOS X" available. Because of this mismatch, the field defaults to All. To fix this in the short term, we probably need to hack b.m.o's copy of the pickos() function in enter_bug.cgi to return "MacOS X" for Mac OS X browsers. In the long term, we need to reconsider our entire approach here, because the current system doesn't really allow for the easy removing of values... Gerv
| Assignee | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > In the long term, we need to reconsider our entire approach here, because the > current system doesn't really allow for the easy removing of values... bug 17453 is about to fix that. But anyway, the mismatch makes this a mozilla.org-specific issue.
Assignee: myk → justdave
Component: Creating/Changing Bugs → Bugzilla: Other b.m.o Issues
Product: Bugzilla → mozilla.org
QA Contact: mattyt-bugzilla → myk
Version: unspecified → other
| Assignee | ||
Comment 4•20 years ago
|
||
*** Bug 275946 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 5•20 years ago
|
||
*** Bug 276050 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 6•20 years ago
|
||
*** Bug 278356 has been marked as a duplicate of this bug. ***
| Assignee | ||
Updated•20 years ago
|
Blocks: bmo-upgrade-051022
(In reply to comment #2) Right now, when I try to submit a bug from Mac OS X 10.3.7 using Moz 1.8a6, bugzilla.mozilla.org shows me "Mac OS X 10.0" the version (not "All" as mentioned in comment #2). When I submit the bug with the OS version "Mac OS X 10.0", bugzilla gives an error.
| Assignee | ||
Comment 8•20 years ago
|
||
*** Bug 282052 has been marked as a duplicate of this bug. ***
*** Bug 282603 has been marked as a duplicate of this bug. ***
Comment 10•20 years ago
|
||
> But anyway, the mismatch makes this a mozilla.org-specific issue.
does that mean this bug is reported in the wrong place?
What's the right place to report it?
Comment 11•20 years ago
|
||
(In reply to comment #10) > > But anyway, the mismatch makes this a mozilla.org-specific issue. > > does that mean this bug is reported in the wrong place? > What's the right place to report it? > > IE What needs to be done to have this bug fixed? Note that the default selection is 'Mac OS X 10.0' which is very restrictive, and incorrect for most people. For example, I am now running Mac OS X 10.3.8, which doesn't fall under 'Mac OS X 10.0'. IMO, 'Mac OS X 10.0' should be removed since it is a subset of 'Mac OS X'. Max.
Comment 12•20 years ago
|
||
how about some patience? justdave really wants to fix this and it is on his todo list.
| Assignee | ||
Comment 13•20 years ago
|
||
OK, as a temporary fix, I've hacked the OS-detection code to return "MacOS X", which is our existing OS entry for this. I should have done that a while ago, this is one of the most annoying bugs (I even use Mac OS X myself ;) The long-term fix for this will be bug 167002.
| Assignee | ||
Updated•20 years ago
|
Priority: -- → P3
Comment 14•20 years ago
|
||
Comment 15•20 years ago
|
||
Comment on attachment 179199 [details]
imap trace file tail from Moz hang on mail exit event
Sorry, ignore the attachment I created. I was on the wrong web page.
Attachment #179199 -
Attachment is obsolete: true
| Assignee | ||
Comment 16•19 years ago
|
||
Per comment 13, this was fixed in a short-term way. The long term fix is a separate bug (bug 167002)
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•