Opened 2 years ago

Closed 13 months ago

#1487899 closed Bugs (fixed)

Tab key not moving from compose to send button in HTML composer

Reported by: administraitor Owned by:
Priority: 5 Milestone: 0.8-rc
Component: User Interface Version: 0.5.2
Severity: major Keywords:
Cc:

Description

When composing a message in the HTML editor, you can no longer tab from the message body to the "Send now" button. This means you cannot send messages without the use of the mouse. This has only started happening in 0.5.2 and is not a problem in 0.5.1. May be related to the upgrade of TinyMCE between the version.

Change History (4)

comment:1 Changed 2 years ago by alec

  • Component changed from Core functionality to User Interface
  • Milestone changed from later to 0.6-beta

Yes, reverting the old tabfocus plugin fixes it.

comment:3 Changed 2 years ago by administraitor

I did try changing program/js/tiny_mce/plugins/tabfocus/editor_plugin.js from:

:input:enabled,*[tabindex]

to

:input:enabled,*[tabindex]:not(iframe)

but it didn't seem to work for me. Reverting to the tabfocus plugin from 0.5.1 did, however.

comment:4 Changed 13 months ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed with TinyMCE update in e6e0d410ac92818679c03fc9bf5359562df81921.

Note: See TracTickets for help on using tickets.