Closed
Bug 31104
Opened 25 years ago
Closed 25 years ago
character coding submenu display multiple check marks.
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: cwang, Assigned: mikepinkerton)
References
Details
(Whiteboard: [nsbeta2+] fix in hand 5/26)
OS/version: MAC OS 9.0
Build ID: 2000030813M15
Steps to reproduce:
1. Choose QA and smoketest from Netscape 6, and Click International.
2. Select one of Korean URLs links from that page.
3. Choose character coding after clicking view from Netscape 6 menu bar.
4. Set it to Korean .
5. Select one of traditional Chinese URLs links from that page.
6. Set it to Chinese (big5).
7. Select one of Simplified Chinese URLs links from that page.
8. Set it to Chinese GB 2132.
9. Go back view-->character coding
Expected result:
Four check marks are displayed at the same time on character coding submenu.
Comment 1•25 years ago
|
||
cwang: I am very confuse. What is your "expected result" ? What is your "actual
result" ? You state that your "expected result" is seeing 4 check mark ? Is that
true that is the "actual result" but you are expecting only "one check mark" ?
Reporter | ||
Comment 2•25 years ago
|
||
I stated that "expected result" means "actual result". Pardon me if I didn't
do the wording clearly.I saw 4 check marks after I ran the process . Yes, I was
expecting only "one check mark" as it should be.
Comment 3•25 years ago
|
||
cata- somehow the character set menu display multiple check mark on Mac. Is this
a generic Mac menu check mark problem? Or you forget to clean up something.
cwang- can you reproduce this on window or Linux ?
add hyatt to the cc list and reassign to cata
Assignee: ftang → cata
Works as usual on WinNT and Unix, so it seems to me that it is one of those
Mac-specific radio menu problems that keep happening lately. So I am reassigning
to our expert in the area.
Pink, please take a look at this. The radio menus don't have a "radio" behavior
on Mac. Let me know if you need more details.
Assignee: cata → pinkerton
Assignee | ||
Comment 6•25 years ago
|
||
sure, i'll look into it. the only thing i can think of is that these items are
added w/out the correct name="foo" so the menu code thinks they are in different
radio groupings. Other mac radio menus all work, so.....
Status: NEW → ASSIGNED
Hardware: PC → Macintosh
Target Milestone: M16
Here's the template rule used:
<rule>
<menupopup>
<menuitem type="radio" name="charsetGroup"
checked="rdf:http://home.netscape.com/NC-rdf#Checked" uri="..."
value="rdf:http://home.netscape.com/NC-rdf#Name"/>
</menupopup>
</rule>
It has the "name="...
Assignee | ||
Comment 8•25 years ago
|
||
moving all defects not directly related to P0 beta2 features off to M18.
Target Milestone: M16 → M18
This is a really ugly usability bug. We wanted bug 11774 fixed for Beta1,
but were denied. This character coding menu should provide the user with
feedback on what charset is being used to render the page.
Definitely need this for beta2, but the sooner the better...
Works on Win and Linux.
Assignee | ||
Comment 10•25 years ago
|
||
this is a bug, plain and simple. fixing this would mean critical features would
not be implemented by the beta2 feature complete date.
Comment 12•25 years ago
|
||
But as bobj said, this is a usability bug. How are users going to know which
encoding they are using???
Reporter | ||
Comment 15•25 years ago
|
||
Checked on 2000-05-08-08-M16 comm build.
This problems still exists on today's build. It is parity bug only on MAC.
Comment 17•25 years ago
|
||
This does not happen in 2000-05-16-11 Mac build. Character coding menu item is
not marked once selected. - bug 39312.
Reporter | ||
Comment 18•25 years ago
|
||
This problem never goes away. Browse different language sites, or go to QA->
smoketest via menu bar, test some Intl sites, you will get plenty marks.
Comment 19•25 years ago
|
||
OK. I see this problem in 2000-05-18-08 Mac build.
Assignee | ||
Updated•25 years ago
|
Whiteboard: [nsbeta2+] → [nsbeta2+] fix in hand 5/26
Assignee | ||
Comment 20•25 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 21•25 years ago
|
||
Observed on Mac 2000-05-26-08-M16 comm build.
It is fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•