jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.68k stars 2.4k forks source link

Fixed elements disappear on iPhone Plus after page-transition #8539

Open MickL opened 8 years ago

MickL commented 8 years ago

I figured out a really weird problem which "only" affects all iPhone Plus in landscape with multiple tabs open. I made a CodePen and you can reproduce it with the Xcode Simulator on macOS.

I examined this problem alot and did not find any solution or workaround yet.

Description: Any fixed elements(e.g. data-position="fixed" and data-role="header") disappear after a page transition.

CodePen: http://codepen.io/MickL/pen/BQLVay?editors=1100

Link to reproduce(copy into Simulator): http://s.codepen.io/MickL/debug/BQLVay

Steps to reproduce:

"Interesting" stuff:

MickL commented 8 years ago

Seems to be a bug within WebKit. Similiar problem at Bootstrap modal: https://github.com/twbs/bootstrap/issues/18859 Reported WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=153056

cvrebert commented 8 years ago

Consider filing a Radar about the bug at https://bugreport.apple.com and mentioning that it's a duplicate of <rdar://problem/24191746>. Apple is said to use Radar duplicate counts as a factor in its prioritization process.