#5742 closed bug (fixed)
Dialog: Form field with `name="title"` moved to title area
Reported by: | Ben Blank | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.3 |
Component: | ui.dialog | Version: | 1.8.2 |
Keywords: | title, form | Cc: | |
Blocked by: | Blocking: |
Description
When creating a dialog from a form which contains an <input>
element with name="title"
and providing neither a title:
option to .dialog()
nor a title=
attribute on the form, the input element is moved into the dialog's title area.
Observed on FF/Win 3.6.3, simple test case attached.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | jqueryui-dialog-title-field-bug.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
Summary: | Form field with `name="title"` moved to title area → Dialog: Form field with `name="title"` moved to title area |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.9 → 1.8.3 |
---|
comment:4 Changed 12 years ago by
Dialog: Verify that we get a string back from .attr( "title" ) before using the return value. Fixes #5742 - Form field with name="title"
moved to title area.
Changeset: 2c7a9e9ff3540365254ee1b9b3113e6c2ad9f5f3
Note: See
TracTickets for help on using
tickets.
Fixed in 2c7a9e9.