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 94376 - Problems when changing values of variables of some types
Summary: Problems when changing values of variables of some types
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 13:42 UTC by Mikhail Kondratyev
Modified: 2007-03-06 11:12 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 Mikhail Kondratyev 2007-02-05 13:42:34 UTC
Steps to reproduce:
 - create a Sync sample project
 - add a variable of NCName type there (also could reproduce with int and
unsignedLong)
 - initialize it with some value in the project
 - modify the variable: edit it's value in the BPEL Variables window, press Enter
 - The value will be changed by variable value will become readonly. User has to
refresh editor somehow (by switching between editors for example) to make the
value editable again
Comment 1 Alexander Zgursky 2007-02-14 12:19:14 UTC
Ok, this one is closed. Although, implemented refresh mechanism is far from
perfect..  E.g. when user changes the variable value, BPEL Variables View may
change the viewing area so that user wouldn't see the changed variable anymore -
he/she would have to scroll the view. Probably, it worth filing another usablity
issue..
Comment 2 Mikhail Kondratyev 2007-03-06 11:12:49 UTC
Verified