malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

The plugin doesn't work with table cells #52

Closed shkleinik closed 11 years ago

shkleinik commented 11 years ago

I recently tried to apply the plugin to table cell, but failed to use it:

blockUI Instead of blocking single cell the plugin blocks the whole page.

malsup commented 11 years ago

Blocking table cells is not supported. If you wrap the content of your cell with a div you can block that div.

shkleinik commented 11 years ago

Yes, I can... but I have problems with stretching the div to cell size =( I think it is one of the reasons why cells are not supported by the plugin.