HTML5 Responsive Notify Support Product Page
Not a problem
Message shows at bottom no styling
Reported 15 Sep 2014 18:02:10
1
has this problem
15 Sep 2014 18:02:10 Alejandro Mucino posted:
I added a notification to my login page just to welcome the user. But the message appears with no formatting and at the bottom of the page.This is the body code:
<BODY onLoad="setFocus();dmxNotifyAction({"type": "info", "title": "Welcome", "msg": "Welcome to BlueDot. Please login to continue.", "extendedTimeOut": 2000, "tapToDismiss": false})">
It should be formatted at the top right instead. This is in my development website so the files that are needed should be there.
Replies
Replied 15 Sep 2014 18:04:27
15 Sep 2014 18:04:27 Alejandro Mucino replied:
In development using chrome works fine. just not on internet explorer. Any ideas ?
Replied 15 Sep 2014 18:05:15
15 Sep 2014 18:05:15 Alejandro Mucino replied:
Found the reason .. it won't run properly in compatibility mode :$
Replied 15 Sep 2014 19:04:56
15 Sep 2014 19:04:56 Teodor Kuduschiev replied:
Hello,
none of our extensions are developed in order to work in compatibility mode. Using IE in compatibility mode is not a normal usage, and it runs like really old IE browser, which does not support modern js and css code.
none of our extensions are developed in order to work in compatibility mode. Using IE in compatibility mode is not a normal usage, and it runs like really old IE browser, which does not support modern js and css code.
Replied 15 Sep 2014 19:07:43
15 Sep 2014 19:07:43 Alejandro Mucino replied:
That makes sense.