Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

modal shading div overrides dialog on Android 4 only #48

Open
rbdcti opened this issue Mar 19, 2012 · 3 comments
Open

modal shading div overrides dialog on Android 4 only #48

rbdcti opened this issue Mar 19, 2012 · 3 comments

Comments

@rbdcti
Copy link

rbdcti commented Mar 19, 2012

I have a simpledialog2 dialog like:

        $(document).simpledialog2({
          'mode' : 'button',
          'zindex': 10005,
          'buttonPrompt' : 'End chat?',
          'buttons' : {
            'Yes': {
              click: function () {
                return endChat(true);
              },
              icon: "check"
            },
            'No': {
              click: function () {
              },
              icon: "back"
            }
          }
        });

If you go to samsung.apptend.com, choose a category, and click submit to start a chat, then click the End Chat button. That's a simpledialog2 dialog. It shows up fine on all platforms except Android 4.x, where it will initially appear, but then .5 seconds later or so be shaded out (it still responds to input, so this is a cosmetic issue). In that interface, I am using a fixed header and a non-fixed footer. If I lower the zindex to < 1000, it will appear fine on Android 4, but the header will not be shaded out anymore. I've tested with Android 2.x, 3.x, iOs 4 and 5, Windows Phone 7, etc...not an issue on anything except ICS...wondering why.

I am using the latest jqm master from today. It could have something to do with this fix maybe: jquery-archive/jquery-mobile@af46c6c because I don't remember it being an issue since the last update....

And yes, simpledialog2 is about to be the Preferred Dialog Provider (TM) for all Samsung mobile chats. :)

@rbdcti
Copy link
Author

rbdcti commented Mar 19, 2012

No it's not with that commit. I commented out that line and no difference.

@jtsage
Copy link
Owner

jtsage commented Jun 11, 2012

Any chance there has been a change? Sadly, I have no test hardware for this...

@robdiciuccio
Copy link

I am also experiencing this issue with JQM 1.1.1 final on a Samsung Galaxy S3 running Android 4.0.4.

robdiciuccio pushed a commit to robdiciuccio/jquery-mobile-simpledialog that referenced this issue Jul 30, 2012
…lves issue when using fade transition or animate: false
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants