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

page change css error #1507

Closed
badtoto opened this issue Apr 22, 2011 · 9 comments
Closed

page change css error #1507

badtoto opened this issue Apr 22, 2011 · 9 comments
Assignees
Milestone

Comments

@badtoto
Copy link

badtoto commented Apr 22, 2011

when page change , elements with class "ui-btn-inner" where be height 100%,
it is effected by class "ui-mobile-viewport-transitioning"

@toddparker
Copy link
Contributor

Hello. Can you please post a demo page in JS Bin or JS Fiddle and detailed steps to reproduce, including device/browser versions you see this issue on? Thanks!

@badtoto
Copy link
Author

badtoto commented May 23, 2011

a simple page like below

<title>jQuery TEST</title> <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script>

First page

<div data-role="content">   
  <p><a href="#second" data-role="button" data-iconpos="right" data-icon="arrow-r">transit to second page</a></p>   
</div>

<div data-role="footer" class="ui-bar">
    <a  href="#" data-role="button" data-icon="arrow-l">back</a>
</div>
<div data-role="header">
  <h1>Second page</h1>
</div>

<div data-role="content">   
  <p><a href="#first" data-role="button"data-icon="arrow-l">back to first page</a></p>  
</div>

<div data-role="footer" class="ui-bar">
    <a  href="#" data-role="button" data-icon="arrow-l">back</a>
</div>

@toddparker
Copy link
Contributor

Pasting code into an issue doesn't display correctly and is hard to debug. Please post code in Git, JS Fiddle or jsBin along with a detailed set of sets to reproduce and platform version info.

@badtoto
Copy link
Author

badtoto commented May 25, 2011

@toddparker
Copy link
Contributor

Thanks for the demo. We'll take a look.

@eddiemonge
Copy link
Contributor

Can you please test in the latest as it appears to be fixed with pull request: #1723

@badtoto
Copy link
Author

badtoto commented Jun 2, 2011

it is fixed, thank you :)

@badtoto badtoto closed this as completed Jun 2, 2011
@badtoto badtoto reopened this Jun 6, 2011
@badtoto
Copy link
Author

badtoto commented Jun 6, 2011

in the lastest version, it occurs

http://jsbin.com/ijixi4/edit

@toddparker
Copy link
Contributor

Yeah, we had to revert this fix because it was causing other issues.

@ghost ghost assigned scottjehl Jun 6, 2011
nsaleh pushed a commit to nsaleh/jquery-mobile that referenced this issue Aug 16, 2011
…om the old listview markup, but in testing we found no regressions by removing this. Fixes jquery-archive#1507
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
4 participants