[wtr-general] Re: Clicking tabs has no effect

2008-12-05 Thread Chuck vdL
try mouseup instead of mousedown.. some webdevs seem to like to use two events, one to take care of the visual effect when you 'press' the button down, and another than actually makes things happen when the mouse button is released. (a side effect of this btw is that if a user 'slides' off the

[wtr-general] Re: Clicking tabs has no effect

2008-12-04 Thread LiquidBeard
This again causes it to flash yellow but with no effects in the browser. The DOM source shows the cell in question to look like this: TD class=tab-button id=tab2 title=Click to view this tab noWrap align=centerWorking/Non-Working/TD On Dec 3, 8:20 pm, al3kc [EMAIL PROTECTED] wrote: Try

[wtr-general] Re: Clicking tabs has no effect

2008-12-03 Thread al3kc
Try ie.cell(:id, tab2).fireEvent(onmousedown) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the