Opened 11 years ago

Last modified 11 years ago

#10765 confirmed Bug

Broken form submit with inline-textarea

Reported by: Olek Nowodziński Owned by:
Priority: Normal Milestone:
Component: General Version: 4.2
Keywords: Cc:

Description

  1. Create a form with submit button.
  2. Create several inline-textarea instances within the form.
  3. Submit the form.

Then what happens:

  • In Chrome, for each instance, an error is thrown:
    An invalid form control with name='editor1' is not focusable.
    
    • A funny note: when instances have some startup data, there's no error.
  • In Firefox, the "Please fill out this field" tip is displayed even if some text was typed inside the instances.
    • A funny note: If there's startup data, submit goes fine.
  • In IE9, everything is fine, page submitted, data retrieved.
    • A funny note: There's nothing funny about IE and that makes me worry.

Attachments (1)

10765.html (1.2 KB) - added by Olek Nowodziński 11 years ago.
A sample to reproduce the bug

Download all attachments as: .zip

Change History (2)

Changed 11 years ago by Olek Nowodziński

Attachment: 10765.html added

A sample to reproduce the bug

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
  1. Same thing happens in Chrome and Opera 16 - error is thrown.
  2. Safari 5, Ie8 and IE9 seems to work fine
  3. Firefox and IE10 - I didn't get this tip. In my case nothing has happened.

NOTE: @a.nowodzinski if you get some message about required text then perhaps it has something to do with #8031.

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