Bug 323415 - FormText widgets do not support embedded hyperlinks
Summary: FormText widgets do not support embedded hyperlinks
Status: NEW
Alias: None
Product: SWTBot
Classification: Technology
Component: EclipseBot (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 13:30 EDT by Vaughn Wine CLA
Modified: 2012-01-13 05:36 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vaughn Wine CLA 2010-08-23 13:30:19 EDT
Build Identifier: 3.5.2

Chris Aniszczyk is providing forms support.  See Bug #283549.  This opens the door for better forms support.  However, FormText widgets do not support embedded hyperlinks in that there is no way to programmatically click them.

Reproducible: Always

Steps to Reproduce:
1. Create an FormText widget with an embedded hyperlink using the A HTML element.
2. Add the new forms support (you may need to download the supporting projects from Bug #283549).
3. You will be able to "see" the FormText widget using the new APIs, but the API does not provide a way to click the embedded link.