Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#9590 closed enhancement (worksforme)

Shift+Alt+A shortcut does not work in visual editor in webkit browsers

Reported by: yoavf Owned by: azaozz
Priority: low Milestone:
Component: TinyMCE Version: 2.8
Severity: minor Keywords: reporter-feedback
Cc: Focuses:

Description

probably since [10994]. Other kb shortcuts seems to work fine (ie shift+alt+t)

Change History (6)

#1 @Denis-de-Bernardy
17 years ago

  • Keywords needs-patch added

#2 @hakre
17 years ago

  • Resolutionworksforme
  • Status newclosed
  • Type defect (bug)enhancement

checked against current trunk. shift+alt+a does work in visual editor.

i get the Insert/edit link html-form-dialog when the richedit element has the focus.

i get a javascript alert box to type in an url if the richedit element does not have the focus.

tested with google chrome.

so looks like there could be a little improvement for the richedit or a more restrictive handling for the html edit.

i think the latter is better. but this is worksforme for the component TinyMCE.

#3 @Denis-de-Bernardy
17 years ago

  • Keywords reporter-feedback added; needs-patch removed
  • Resolution worksforme
  • Status closedreopened

Works fine in safari. But not in Camino. No idea about FF.

I cannot remember if it has ever worked in Camino, though.

#4 @hakre
17 years ago

safari is webkit. camino and ff are gecko. this ticket is about webkit. should this ticket be extended?

ff: shift+alt+a works as intended.

#5 @Denis-de-Bernardy
17 years ago

  • Milestone 2.8
  • Resolutionworksforme
  • Status reopenedclosed

Let's close, then. It sounds like a Camino or TinyMCE bug more than anything else.

@yoavf: Please re-open with more details if it's still occurring.

#6 @azaozz
17 years ago

We can change the shortcut keys even make them browser/OS specific. If someone wants to experiment with this, they are defined in the wordpress plugin for TinyMCE, https://core.trac.wordpress.org/browser/trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js#L167

Note: See TracTickets for help on using tickets.