
| Key: |
WTR-212
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Marco
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
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...
|
|
|
|
|
|
|
|
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.
|
|
Description
|
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.
|
Show » |
| There are no comments yet on this issue.
|
|