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

external Panel occupies space even if it is not opened (Samsung GT-S6500 Android 2.3.6) #7807

Closed
grri opened this issue Oct 29, 2014 · 5 comments
Assignees
Milestone

Comments

@grri
Copy link

grri commented Oct 29, 2014

it seems as external panels in android 2.3.6 need space even if they are not opened so they create a horizontal scrolling area see screenshot

test device was a Samsung GT-S6500 Android 2.3.6 and Android WebKit Browser

sc20141029-153044

@gabrielschulhof
Copy link

That's also possible on desktop Chrome if you start highlighting text and drag the mouse towards the right. It's not possible in FF though.

@gabrielschulhof
Copy link

The search panel is causing it.

@arschmitz
Copy link
Contributor

yeah i'm not sure about this i did some testing and in chrome on a mac you can still scroll using gestues regardless of overflow there may be some cases where there is no way to truely force overflow hidden

@arschmitz
Copy link
Contributor

Actually this is a chrome bug specific to overflow-x on body we need to add it to the html element too to fix this.

gabrielschulhof pushed a commit that referenced this issue Oct 29, 2014
This solution is similar to how we hide the popup

Fixes gh-7807
@gabrielschulhof gabrielschulhof added this to the 1.4.5 milestone Oct 29, 2014
@gabrielschulhof gabrielschulhof self-assigned this Oct 29, 2014
gabrielschulhof pushed a commit that referenced this issue Oct 30, 2014
This solution is similar to how we hide the popup

(cherry picked from commit 9e73ab4)

Closes gh-7809
Fixes gh-7807
agcolom pushed a commit to agcolom/jquery-mobile that referenced this issue Nov 26, 2014
This solution is similar to how we hide the popup

Closes jquery-archivegh-7809
Fixes jquery-archivegh-7807
@gabrielschulhof
Copy link

Reported this to Chromium: https://code.google.com/p/chromium/issues/detail?id=438523

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

Successfully merging a pull request may close this issue.

3 participants