[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-10-24 Thread codesite-noreply
Updates: Status: Fixed Comment #35 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 (No comment was entered for this change.) -- You received this message because

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-10-22 Thread codesite-noreply
Comment #34 on issue 21624 by bugdro...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=revrevision=29857

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-30 Thread codesite-noreply
Updates: Status: Started Owner: su...@chromium.org Cc: -su...@chromium.org Comment #19 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 (No comment

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-30 Thread codesite-noreply
Comment #20 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 I just sent out the CL: http://codereview.chromium.org/235039 for review. I'll implement test asap. -- You

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-30 Thread codesite-noreply
Comment #21 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 One question: Seems that Chromium Windows version doesn't support alt-1~9 for switching tabs, why we support

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-30 Thread codesite-noreply
Comment #22 on issue 21624 by tha...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Could it be ctrl-1-9 on windows, which maybe doesn't work on linux for some reason (e.g. gnome HIG)? -- You

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-30 Thread codesite-noreply
Comment #29 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Actually CL http://codereview.chromium.org/224023/show has nothing to do with this issue. That CL tries to fix

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-30 Thread codesite-noreply
Comment #30 on issue 21624 by est...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 you are right. IDC_SELECT_TAB_* is not in that cl. Maybe it should be? -- You received this message because

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-28 Thread codesite-noreply
Comment #17 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 http://codereview.chromium.org/235039/show is a preliminary CL to fix this issue. Before sending it out for

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-28 Thread codesite-noreply
Comment #18 on issue 21624 by e...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 You'll probably need Darin to take a look at that; might be worth sending it to him directly. -- You received

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-27 Thread codesite-noreply
Comment #15 on issue 21624 by mm...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Issue 23155 has been merged into this issue. -- You received this message because you are listed in the owner

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-27 Thread codesite-noreply
Updates: Cc: tha...@chromium.org Comment #16 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 (No comment was entered for this change.) -- You received this message

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-25 Thread codesite-noreply
Comment #11 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 When such conflict occurs, which one should have higher priority? The accelerator key or the accesskey? I'd

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-25 Thread codesite-noreply
Comment #12 on issue 21624 by mm...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 I agree the accelerator key should override the accesskey. Deferring to the browser seems to adhere better to

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-24 Thread codesite-noreply
Comment #8 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 I'm attempting to fix this issue, will post a CL as soon as possible. -- You received this message because you

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-24 Thread codesite-noreply
Comment #9 on issue 21624 by e...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 jam@ is working on tabs eating accel keys already, you might want to sync with him in case there is an overlap.

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-24 Thread codesite-noreply
Comment #10 on issue 21624 by e...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Issue 19515 has been merged into this issue. -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-18 Thread codesite-noreply
Comment #4 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Please refer to comment #21 of issue http://code.google.com/p/chromium/issues/detail?id=11480 -- You received

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-18 Thread codesite-noreply
Updates: Cc: su...@chromium.org Comment #5 on issue 21624 by su...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Please note that accesskey is triggered by Char event rather than

[chromium-bugs] Issue 21624 in chromium: accesskey attributes conflict with browser shortcuts (like tab-switching)

2009-09-11 Thread codesite-noreply
Status: Unconfirmed Owner: mm...@chromium.org Labels: OS-Linux Area-Misc Size-Medium Type-Bug New issue 21624 by mm...@chromium.org: accesskey attributes conflict with browser shortcuts (like tab-switching) http://code.google.com/p/chromium/issues/detail?id=21624 Chrome Version : 4.0.207.0