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

submit button in header renders incorrectly #4642

Closed
jferguson opened this issue Jul 4, 2012 · 4 comments
Closed

submit button in header renders incorrectly #4642

jferguson opened this issue Jul 4, 2012 · 4 comments
Assignees

Comments

@jferguson
Copy link

classes ui-btn-right and ui-submit are added without space "ui-btn-rightui-submit" which causes the button to render 100% width and out of place. This code worked in 1.1.0:

    <div data-role="header" data-theme="d">
           <a data-icon="arrow-l" data-theme="d">Back</a>
           <h1 class="ui-title">Title</h1>
           <input type="submit" class="ui-btn-right" value="Save" />
    </div>
@jaspermdegroot
Copy link
Contributor

@jferguson - Thanks for reporting the issue. Just fixed it.

jaspermdegroot added a commit that referenced this issue Jul 10, 2012
…submit button in header renders incorrectly [1.1.2.]
@jitbit
Copy link

jitbit commented Jan 28, 2014

I still see this bug in 1.4.0. "button" and "input submit" are rendered incorrectly

@jaspermdegroot
Copy link
Contributor

@jitbit - Can you provide a simple test page? Thanks!

JS Bin template: http://jsbin.com/AKOmUxa/1/edit

@jitbit
Copy link

jitbit commented Jan 28, 2014

Sorry, my bad, forgot to add "ui-btn-right ui-btn ui-btn-inline" classes to my button... Sorry guys

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants