
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
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...
|
|
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|