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
- Create a form with submit button.
- Create several inline-textarea instances within the form.
- 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)
Change History (2)
Changed 11 years ago by
Attachment: | 10765.html added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
- Same thing happens in Chrome and Opera 16 - error is thrown.
- Safari 5, Ie8 and IE9 seems to work fine
- 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.
A sample to reproduce the bug