History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WTR-115
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Charley Baker
Reporter: Dara Lillis
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Watir

modal dialog title text has changed in IE 7.0

Created: 08/Nov/06 02:24 PM   Updated: 10/Jun/08 02:11 PM
Component/s: Modal Web Dialog
Affects Version/s: 1.5.0/1.5.1
Fix Version/s: 1.6.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: IE 7.0, Windows XP
Issue Links:
Relationship
 
This issue Relates to:
WTR-212 using 1.5.4 modal web page dialog sup... Minor Open


 Description  « Hide
in IE 6, the title text of a modal dialog is "Microsoft Internet Explorer"
in IE 7.0, the title text is "Windows Internet Explorer"

the code in watir\dialog.rb expects the IE 6.0 text.
I was able to click on a dialog in IE 7.0 by manually editing dialog.rb and changing "Microsoft" to "Windows"

I would think it shouldn't be too hard to accomodate both, presuming there is a way to get the IE version number from OLE. I'd be happy to work on a fix if someone could give me some help with the WIN32OLE end of things.

 All   Comments   Work Log   Change History      Sort Order:
Dara Lillis - 08/Nov/06 03:19 PM
I meant to set the component to "Modal Web Dialog" but missed that before submitting. I don't have permissions to edit and now can't change it.

Mark Cain - 08/Nov/06 05:42 PM
This is also true for WinClicker.rb lines 113 and 144

Bret Pettichord - 13/Oct/07 10:47 PM
Charley, could you look at this?