1. Open the file "domLib.js";
2. search for the function "domLib_getElementsByTagNames(in_list,
in_excludeHidden)";
3. comment the following code in the function:
<code>
if (in_excludeHidden && domLib_getComputedStyle(matches[j],
'visibility') == 'hidden')
{
continue;
}
</code>
Now everything should work fine.
I just made this hack a few minutes ago, its not propally tested so, if
you find any problems with this hack or creat a better one please
informe.
Thanks.
-Brent
/dan
On 10/19/05, gautam <gautam....@gmail.com> wrote:
>
> Brent I modified this a bit so that you dont have to search and destroy
> in IE by using Iframe - do you want to use that instead?
>
>
--
Daniel Allen
Registered Linux User #231597
Mojavelinux.com: Open Source Advocacy
http://www.mojavelinux.com
While I make a strong effort to keep up with my email on a daily basis,
life and work come first and, at times, keep me away from my mail for a
while. If you contact me and then don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the filters. Please don't hesitate to resend a message if
you feel that it did not reach my attention.
/dan