Closed
Bug 6557
Opened 25 years ago
Closed 25 years ago
UI-Create Copy btn should be greyed out by default.
Categories
(CCK Graveyard :: CCK-Wizard, defect, P4)
Tracking
(Not tracked)
VERIFIED
WONTFIX
M15
People
(Reporter: bmartin, Assigned: gayatrib)
References
Details
Latest CCK Wizard UI
1. Launch CCK Wizard
2. View the Create Copy Button on first page of CCK Wizard
Results:
The Create Copy button is active. It should, by default, be greyed out. Users
should only be allowed to select the Create Copy button after they select an
existing configuration.
Comment 2•25 years ago
|
||
Bulk move to post-beta. Talk to me if you want to bring this bug back
pre-beta. Steve
Comment 5•25 years ago
|
||
On all screens, ensure that enable/disable states are hooked up properly.
Updated•25 years ago
|
Severity: normal → trivial
Priority: P3 → P4
Comment 7•25 years ago
|
||
All of these are fixed with one small exception. The copy button on the first
page isn't disabled if you do the following:
1. create some configurations and make one be selected
2. exit the app so the selection state sticks in the cache file
3. delete ALL configurations
4. run the app again.
In this case, the button is enabled because it thinks the old selection is still
selected (due to a timing problem in INI file processing.) This minor flaw may
get fixed at some point, but this is basically done.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•25 years ago
|
||
Corner case resolved. Rearranged CreateControls to do all initialization
processing only after all widgets are created.
Reopening... not working properly
1-Launch CCK Tool
2-Create a new configuration
3-Exit Wizard
4-Re-launch CCK Tool
5-View the Copy Config button
results:
Copy button is not greyed out unless user just selects the drop down pick list
and doesn't choose an existing config.
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
Comment 10•25 years ago
|
||
Using the steps above, the copy button is active because there is a selected
configuration. It's not my fault the combobox doesn't highlight the selected
item unless you've actually clicked on it (actually I think that's a usability
feature of the combobox.)
I'm closing this as worksforme because the copy button indeed copies the
selected configuration.
Reporter | ||
Comment 11•25 years ago
|
||
This bug has nothing to do with the Create Copy button's overall functionality.
Whenever user launches the CCK Tool, the button should be greyed out by default,
whether or not a configuration exists.
The only time this button should be active is immediately after user selects an
existing configuration from the list.
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WONTFIX
Comment 12•25 years ago
|
||
It's not worth that amount of effort.
Reporter | ||
Comment 13•25 years ago
|
||
Marking Verified Wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•