Bug 429655 - [Forms] Provide an option to set the disabled image in ImageHyperlink explicitly by the client
Summary: [Forms] Provide an option to set the disabled image in ImageHyperlink explici...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2014-03-05 06:34 EST by Raghavendra RI CLA
Modified: 2014-06-26 11:41 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raghavendra RI CLA 2014-03-05 06:34:10 EST
ImageHyperlink widget doesn’t provide an option to set the disabled image explicitly by the client. Disabled Image is created internally every time for each ImageHyperlink instance. This would lead to unwanted handle usage when the page contains lot of ImageHyperlink  widgets and when the state is changeable.  The request is to have the support similar to how ToolItem widget is designed to use the client provided disabled image and not to create it everytime.

Could be linked to Bug 169859