it's look like regression bug
it works in watir 1.6.5 but not in 1.6.7+
tested on WinXP/ie6 and Win7/IE9

the problem is in 
1.6.7+
    def_wrap_guard :currentstyle
    # return current style instead of the inline style of the element
    alias style currentstyle
1.6.5
    # return the style of the element
    def_wrap_guard :style

when i in 1.8.1 restore lines as in  1.6.5 - they work correct (blinking)


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to