We should preserve the current functionality of a newly-created view, and put the basic textarea handler into each of the 3 areas by default.
Otherwise, we're making users of 3.x jump through extra hoops in the UI to get what they used to have; this will seem like a retrograde step to people.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 697184-default_area.patch | 1.09 KB | dawehner |
Comments
Comment #1
dawehnerI would really like to get a review of dagmar. I'm not sure whether this might brake the conversation of views2-views.
Comment #2
dagmarI'm not sure to completly understand this. As far I know, views 3 already convert old header, empty and footers into new areas.
This code is in views_plugin_display::init()
Comment #3
dawehnerThe idea is to have a textarea by default for new views. Currently the user has to click and add a tetxarea.
Comment #4
Island Usurper commentedI would argue that when there are more options available, not putting a textarea by default will make more sense. Options like, other Views: #942802: Area handler for embedding views
Comment #5
merlinofchaos commentedI agree with #4. I think once you have 3-4 options for area handlers, having nothing there by default is more sensible.