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 30761 - Question Dialog has wrong button names ( Close action )
Summary: Question Dialog has wrong button names ( Close action )
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2003-02-06 13:03 UTC by pfelenda
Modified: 2003-12-11 14:25 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 pfelenda 2003-02-06 13:03:02 UTC
- Open a properties file ( in Table View ) and do
some changes.
- Try close this file from tab or close all editor.
-> There appeared dialog Question :
There are buttons Yes, No Cancel in Question
dialog, but
dialog should have Save, Discard, Cancel buttton.

Try comapare this dialog with other question
dialogs in Java,Text or Properties ( in default
mode ) files.
These dialogs have Save, Discard, Cancel buttons.
Comment 1 _ pkuzel 2003-02-06 13:21:03 UTC
Unfortunatelly we are after UI freeze. Putting a fix off...
Comment 2 Marian Petras 2003-10-09 13:43:44 UTC
Confirmed.
Comment 3 Marian Petras 2003-10-22 09:33:03 UTC
Fixed in the trunk.
Comment 4 pfelenda 2003-10-23 09:52:58 UTC
Verified in dev 200310230100. The dialog has Save, Discard, Cancel
buttons now. It is the same behaviour as other "Close" dialogs in IDE.
Thanks for fix, Marian.