Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363667 - [RBD] HTML widget: Disabled property does not work in FF, chrome
Summary: [RBD] HTML widget: Disabled property does not work in FF, chrome
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 22:25 EST by Thomas Wu CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments
disable in FF (64.59 KB, image/pjpeg)
2011-11-13 22:26 EST, Thomas Wu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wu CLA 2011-11-13 22:25:25 EST
Build Identifier: 20111113

There is the same issue in RBD.
Set the disabled property for HTML widget, but the onClick event could still be triggered.

Reproducible: Always

Steps to Reproduce:
1.DD a HTML widget.
2.Set the disabled property of HTML as true.
3.Write the following code into onClick function of HTML.
syslib.writeStdout("on click event!");
4.Open the handler within FF or Chrome browsers, then try to click HTML widget.

Actual results: The onClick event could still be triggered. 
Note: There is no such issue in IE, the event will be prevent.
Comment 1 Thomas Wu CLA 2011-11-13 22:26:45 EST
Created attachment 206909 [details]
disable in FF