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

Key: WTR-212
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Marco
Votes: 0
Watchers: 0
Operations

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

using 1.5.4 modal web page dialog support with ie7 not working

Created: 20/May/08 07:17 PM   Updated: 10/Jun/08 02:11 PM
Component/s: Modal Web Dialog
Affects Version/s: 1.5.4
Fix Version/s: 1.6.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: windows xp, ie7
Issue Links:
Relationship
This issue Relates to:
WTR-115 modal dialog title text has changed i... Major Open
 


 Description  « Hide
I am using ie7, xp, ruby 1.8.2, rexml 1.7.3 and watir 1.5.4 and
noticed the attaching to modal web pages did not work.
I found that in modal_dialog.rb if I changed the line
".... title = "#{what} -- Web Page Dialog" ..." to "....title =
"#{what} -- Webpage Dialog"...."
all started to work nicely.
I guess there must be a difference between ie6 and ie7 on the way it
pops up modal web page dialogs.
I could see two options 1) have the title string built differently
based on IE version or 2) alter the title search method to be in the
style of a regexpression or title contains variant.


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.