jquery can't reliably detect window dimensions

jquery can't detect window height in Firefox mobile (value returned is too high).

 

jquery-1.11.1.js:10224

// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],

// whichever is greatest

return Math.max(

elem.body[ "scroll" + name ], doc[ "scroll" + name ],

elem.body[ "offset" + name ], doc[ "offset" + name ],

doc[ "client" + name ]

 

);

 

 

dolPopup can get invisible in Firefox mobile.

 

inc/js/jquery.dolPopup.js:192


Fix might be 

inc/js/jquery.dolPopup.js:198     if(!$.browser.opera && !$.browser.firefox) {

 

 

I have no device to test it on.


Quote · 25 Sep 2014

http://www.boonex.com/trac/dolphin/ticket/3451

Rules → http://www.boonex.com/terms
Quote · 27 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.