jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

Selecting date in calbox removes fixed position, demo has it too #250

Closed Thorazine closed 11 years ago

Thorazine commented 11 years ago

For an example use your demo: http://dev.jtsage.com/jQM-DateBox2/

Used browser on Macbook:

Replicate: use customFlip and press on an image of the wheels. You'll see the fixed footer disapear/reapear.

Where did I notice first: Using calbox on safari mobile with config; <input type="date" id="aftr" name="aftr" data-theme="a" data-header-theme="a data-role="datebox" style="margin-left:100px;margin-top:0px;width:40%;" data-options='{"themeHeader":"a", "themeDate":"a", "themeDatePick":"a", "useTodayButton":true, "calShowWeek":true, "calUsePickers":false, "calHighToday":false, "calHighPick":false}' /

Extra:

Thanks, love it

jtsage commented 11 years ago

Interesting. For additional fun, click on the open space anywhere on a page with fixed, and watch the toolbars go away. So, it looks like it is either 1.) a jQM problem or 2.) intended behavior.

So really, the more interesting question is: Why does it only appear to happen with flipbox.... I shall investigate.

jnyrup commented 11 years ago

It also happens on jQM's own demo-site http://view.jquerymobile.com/1.3.1/demos/widgets/fixed-toolbars/ If you scroll down a bit and click anywhere except links,button,headers,inputs the headers visibility will toggle.

I can also reproduce for all datebox modes in Chrome. It seems only to be depended on whether your window has a scrollbar.

oleander commented 10 years ago

I'm having the same problem in Chrome with jQuery 1.9.1. Why is this closed?