Still broken.
Forum user: username
Basic information
| Registered | Jun 17, 2009 |
| Last login | Jun 19, 2009 |
| Forum posts | 3 |
| Direct URL | http://www.flowplayer.org/forum/users/11945 |
Latest forum posts
Same issue occures in IE.
I have set up .expose() on a <tr>. It works perfectly in firefox. But in Safari the content goes behind expose.
My constructor:
$tr2 = $('tr:nth-child(2)', $self).css({background:'white'});
expose = $tr2.expose({api: true, color:'#000'});
expose.load();
My constructor:
$tr2 = $('tr:nth-child(2)', $self).css({background:'white'});
expose = $tr2.expose({api: true, color:'#000'});
expose.load();