Opened 13 years ago

Last modified 13 years ago

#8030 confirmed Bug

Opera: can not activate menu entries with enter

Reported by: Hallvord R. M. Steen (Opera Software) Owned by:
Priority: Normal Milestone:
Component: UI : Context Menu Version: 3.0
Keywords: Opera Cc: Garry Yao

Description

Right-click in a table, use arrow keys to select a specific menu entry and press enter.

Expected: menu entry is activated Actual: nothing happens

Change History (4)

comment:1 Changed 13 years ago by Hallvord R. M. Steen (Opera Software)

Cc: Garry Yao added

comment:2 Changed 13 years ago by Jakub Ś

Keywords: Opera added
Status: newconfirmed
Version: 3.0

Confirmable in Opera 11.11 form CKEditor 3.0.

comment:3 Changed 13 years ago by Garry Yao

Enter key up till now is still not listed in the managed keystrokes in all menus, it works in other browser just because of it's intrinsically triggering the link.

comment:4 Changed 13 years ago by Hallvord R. M. Steen (Opera Software)

I recall CKEditor detects Opera and adds onkeypress="return false" somewhere nearby - might cause this problem? Perhaps if you changed to onkeypress="if(event.keyCode!=13)return false" ?

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy