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

Key: STORMWINDACCURACY-44
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Bernardo Heynemann
Reporter: Bernardo Heynemann
Votes: 0
Watchers: 0
Operations

Clone this issue
If you were logged in you would be able to see more operations.
Stormwind Accuracy

Register Radiobutton should resolve the Id and not force you to use the correct one

Created: 05/Aug/08 06:47 AM   Updated: 10/Aug/08 07:16 PM
Component/s: Browser Driver - WatiN, Fluent Interface - I
Affects Version/s: None
Fix Version/s: 0.3.0.0


 Description  « Hide
Register.RadioButton("Test Options 2").WithValueMappingsOf(
                "1", "TestOption1",
                "2", "TestOption2",
                "3", "TestOption3",
                "4", "TestOption4"
                );

That should resolve to "rdbTestOption1", "rdbTestOption2", etc. All the Naming Resolve strategy rules apply here.

 All   Comments   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bernardo Heynemann - 10/Aug/08 05:19 PM
Fixed in build 52.