Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Submit button in listview in form not triggered on text click (1.0rc1) #2576

Closed
jeroenk-channelengine opened this issue Sep 30, 2011 · 0 comments · Fixed by #2622
Closed
Assignees
Milestone

Comments

@jeroenk-channelengine
Copy link

If you have a form with a listview in it and a submit button in a list item, the form is not submitted when you click on the text of the button (e.g. 'Submit'). (It does submit when clicking anywhere else in the button). This is new since 1.0rc1, it did work in 1.0b3

The culprit seems to be:

.ui-li .ui-btn-text {
z-index: 1;
}

See: http://jsfiddle.net/TRDhc/

@ghost ghost assigned scottjehl Oct 3, 2011
Wilto added a commit to Wilto/jquery-mobile that referenced this issue Oct 5, 2011
…chive#2576 — All three issues were caused by improperly-scoped “position: relative;” on .ui-btn-text, within listviews.
Wilto added a commit to Wilto/jquery-mobile that referenced this issue Oct 5, 2011
…chive#2576 — All three issues were caused by improperly-scoped “position: relative;” on .ui-btn-text, within listviews.
Wilto added a commit to Wilto/jquery-mobile that referenced this issue Oct 5, 2011
…chive#2576 — All three issues were caused by improperly-scoped “position: relative;” on .ui-btn-text, within listviews.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants