EasyUI Forum
May 03, 2024, 03:09:13 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: show $.messager.alert problem in firefox  (Read 7258 times)
jianspf
Newbie
*
Posts: 12


View Profile Email
« on: January 09, 2018, 02:26:57 AM »

      $.messager.alert({
         border:'thin',
         title: 'mymsg',
         icon:'info',
         msg: 'msgtx......',
      });

show $.messager.alert in firefox is always out of the window, but in chrome,ie, it's normal...how to resolve this problem.thanks.

Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: January 09, 2018, 08:34:56 AM »

Please look at this example http://code.reloado.com/ikuwel3/edit#javascript,html,live
Logged
fgendorf
Newbie
*
Posts: 24


View Profile Email
« Reply #2 on: January 09, 2018, 09:49:39 AM »

Did you tested on Firefox? the problem occur  with you code too
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #3 on: January 09, 2018, 05:10:15 PM »

Please switch to the 'Render' tab and have a look.
Logged
jianspf
Newbie
*
Posts: 12


View Profile Email
« Reply #4 on: January 09, 2018, 11:43:16 PM »

It doesn't work. I copy your code to my new jsp page, it's still incorrect. please see the attached images.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #5 on: January 10, 2018, 02:22:40 AM »

Please put the doctype correctly. Use this line instead.
Code:
<!doctype html>
<html>
...
</html>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!