Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 21:36 UTC
Updated:
24 Dec 2010 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedDo you have this problem on nodes as well? The placement is very similar (Save Cancel Delete on a view, Save Preview Delete on a node)
Comment #2
ManyNancy commentedIt's not the save and cancel button. It's the update button. When you click on a setting, such as a field or a filter or w/e a panel appears, and you can either update or cancel the setting.
Comment #3
merlinofchaos commentedOh. Maybe the delete button needs to be greyed out the same way the save button is when the ajax form is open, then.
Comment #4
ManyNancy commentedIn my opinion the problem is the proximity, my theme already has the delete button greyed out. :)3
Thanks.
Comment #5
merlinofchaos commentedWell, by greyed out I mean disabled -- the 'Save' button cannot be clicked when you have the ajax form opened. So proximity won't matter. If you click the wrong button...nothing will happen.
Comment #6
ManyNancy commentedThat would be great, thank you!
Comment #7
esmerel commentedComment #8
zualas commentedIt would be good to remove the "Delete" button from view setup page and put it in the list of views. I accidentally deleted views many times while I just wanted to remove a display. The confirmation screen is of little help because most people stop reading them at some point. The Delete button is placed too close to other controls ...but maybe it's just me.
Comment #9
merlinofchaos commentedTypical Drupal workflow has a delete button next to save. If you're just clicking through the confirmation screen you're going too fast, since deleting a display does not have a confirmation screen, nor is the delete display button anywhere near the delete view button. Also, this button is nowhere near any of the widgets to control the current display, so I am not swayed by that argument in the slightest.
Comment #10
ManyNancy commentedHi, since it's been a while since we've talked about this, I think you forgot what we were referring to. The problem isn't the save button, it's the update button.
These 2 buttons are really close together!
Comment #11
dawehnerthis is a theme problem, see garland in the attachment
Comment #12
merlinofchaos commentedAhh. In that case, the 'delete' button could be deactivated when the form is open, just like the 'save' button is. I actually thought it was but since the button isn't always there, we probably didn't think of it.
Comment #13
dawehnerHere is a patch for this
Comment #14
merlinofchaos commentedCommitted to 2.x and 3.x for D6. Doesn't apply to D7, needs porting.
Comment #15
dawehnerWorks already how expected: It's not possible to click on the delete/revert link.