This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70765 - Fields on UpdatePanel are disabled
Summary: Fields on UpdatePanel are disabled
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-12-23 08:15 UTC by Martin Krauskopf
Modified: 2006-10-23 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2005-12-23 08:15:20 UTC
But they should be enabled to allow user to copy content of fields as everywhere
in NB (Available Version, Installed Version, Total Size). Note they are
non-editable so the user can't type into them anyway.
Very simple fix in o.n.m.autoupdate.UpdatePanel. Just check enabled checkboxes
in properties ;)
Comment 1 Jiri Rechtacek 2006-05-25 16:21:37 UTC
Checking in UpdatePanel.java;
/shared/data/ccvs/repository/autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.java,v
 <--  UpdatePanel.java
new revision: 1.113; previous revision: 1.112
done
Checking in UpdatePanel.form;
/shared/data/ccvs/repository/autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.form,v
 <--  UpdatePanel.form
new revision: 1.54; previous revision: 1.53
done