Closed (won't fix)
Project:
Active edit
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 05:58 UTC
Updated:
27 Jun 2010 at 11:22 UTC
I'm very glad you've decided to continue to develop this module from the 5.x version. It seems to me to have huge implications for increased usability when entering content for the end user. I really like the concept of a user being able to edit content inline, just by double clicking it or hitting an edit button, without any page refreshes. It seems to be the most logical thing for a non tech-savvy user, the ability to edit content directly on the page.
Having a popup is also useful, but ideally I'd love to see everything happen inline. What are your thoughts?
Comments
Comment #1
nedjoI'm not going to reintroduce in-place handling directly into activeedit, because I want to reduce the complexity of the module, primarily so that other developers could easily work with it. I agree that in place has its merits. It could be reintroduced by an in_place.module equivalent to popups. Such a module could possibly draw on some of the code I wrote for activeedit 5.x.
Another approach would be to write a module fully based on the jEditable jQuery plugin. Such an approach would look nothing like activeedit, but would have definite merits.
Comment #2
philbar commented+1
In-place editing makes things simpler...not more complex.
Comment #3
youkho commented+1 it would improve the user experience on a website
Comment #4
chrismoylan commentedOne issue I foresee with inline editing is that if you have lots of buttons enabled on your WYSIWYG editor and you try to edit a small block, the editor might take up the whole space. I agree that it's a great idea and improves usability tremendously, but I anticipate bloated WYSIWYG editors posing problems.
Comment #5
discursives commentedClosed because "won't fix" was referenced. Checkout Modal Frame API for popups.