Rajuoukanti / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
0 stars 0 forks source link

To mask entire webpage, the waiting.. loader is not seen #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ("body").mask()
2. The loader is not seen if I am on top or bottom of the web page
3.

What is the expected output? What do you see instead?
It should be relative to the window not the webpage. It always displays in
the middle of the webpage. But when I am at the bottom of the webpage,
loader is not visible.

What version of the product are you using? On what operating system?
Latest, Win and Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by moiz.bhu...@gmail.com on 26 Apr 2010 at 10:43

GoogleCodeExporter commented 8 years ago
Sorry, it works as it was designed. The loader should be displayed in the 
middle of
masked element as its main purpose is to mask small elements on a page. For 
masking
the whole page there are better alternatives, like jQueryTools Overlay plugin:
http://flowplayer.org/tools/overlay.html that would do what you need.

Original comment by serg472@gmail.com on 27 Apr 2010 at 3:02

GoogleCodeExporter commented 8 years ago
Overlay doesn't mask the web page. Load-mask does exactly what I need. 
Developer thanks a lot for the plugin. 

Original comment by moiz.bhu...@gmail.com on 27 Apr 2010 at 3:58

GoogleCodeExporter commented 8 years ago
If by mask you mean making webpage disabled (non-selectable), then yes it does, 
take
a look it this example:
http://flowplayer.org/tools/demos/overlay/trigger.html

Just add a loading message to the popup div and make it non-closeable.

Sorry, I don't think it's worth modifying the plugin to make this change. 

Original comment by serg472@gmail.com on 27 Apr 2010 at 8:30

GoogleCodeExporter commented 8 years ago
Thanks serg, I looked at it and I guess it will be helpful. I will try it when I
reach home. 

Load-Mask is really very handy and easy to use plugin. Thanks for developing and
sharing. I appreciate it. 

Moiz

Original comment by moiz.bhu...@gmail.com on 27 Apr 2010 at 9:19

GoogleCodeExporter commented 8 years ago
Glad to hear that you like it :)

Original comment by serg472@gmail.com on 28 Apr 2010 at 12:11