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 83548 - error messages not displayed well for wait expression builder
Summary: error messages not displayed well for wait expression builder
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ed Wong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 06:26 UTC by kiran_bhumana
Modified: 2006-09-21 13:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wait expression builder in mapper issue (8.35 KB, application/octet-stream)
2006-08-28 06:26 UTC, kiran_bhumana
Details
Already fixed by supernik; only first error now shown (6.96 KB, image/png)
2006-09-19 23:48 UTC, Ed Wong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kiran_bhumana 2006-08-28 06:26:26 UTC
refer the attached image file. If the error messages is more than that can be
accomodated in the dialog box it doesn't show it well. 

One alternative could be, show only one message at a time, as it gets corrected
pop the next one out. While the user is doing something wrong, just show the
latest error he did. instead of adding them up as a list that is not displayed
completely.
Comment 1 kiran_bhumana 2006-08-28 06:26:56 UTC
Created attachment 33308 [details]
wait expression builder in mapper issue
Comment 2 Nikita Krjukov 2006-08-28 10:55:34 UTC
Actually the possibility of showing multiple messages is a feature. 
And if we abandon it then it doesn't prevent the issue because of the text can 
be long in other cases. I assume that we have to have a uniformed solution for 
all dialogs. 

I can suggest another alternatives:

- Show the error message in a scroll panel. A scroll bar (only vertical) can be 
shown only if necessary. 

- User can expand dialog to be able to read the message totally. 
Dialogs are resizable. Maybe it would be better to save size (location) of 
dialogs but I don't know if there is such possibility in the NetBeans now. 


Comment 3 Ed Wong 2006-09-19 23:44:26 UTC
Already fixed by supernik in DefaultValidStateManager.java (1.1.2.9) on
7-Sept-06 to restrict showing to first error message.  Please see attached
screenshot of how it is now.
Comment 4 Ed Wong 2006-09-19 23:48:52 UTC
Created attachment 34190 [details]
Already fixed by supernik; only first error now shown
Comment 5 Ed Wong 2006-09-19 23:49:50 UTC
Cannot reproduce; fixed already by supernik.
Comment 6 skrishnan 2006-09-21 13:23:39 UTC
Verified in 060920