Closed (fixed)
Project:
Edit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 Aug 2012 at 14:30 UTC
Updated:
29 Jan 2013 at 18:54 UTC
Jump to comment: Most recent file
If you do something like, say, enter a title of 600 characters and click Save, you'll get two JS pop-ups and then some JS barf.
This needs to be fixed, but we also need a design issue for figuring out what to do on validation errors in general with Edit module.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screen Shot 2012-11-01 at 13.27.59.png | 15.43 KB | wim leers |
| #4 | Screen Shot 2012-11-01 at 13.28.37.png | 10.89 KB | wim leers |
| #3 | Screen Shot 2012-10-31 at 15.15.30.png | 17.6 KB | wim leers |
| #2 | Screen Shot 2012-10-26 at 12.15.44.png | 45.68 KB | wim leers |
Comments
Comment #1
wim leersRelated: #1669054: How to deal with form validation when editing in-place?.
Comment #2
wim leersCurrent design:
Comment #3
wim leersI'm currently working on this; this is what it currently looks like for
type=directfields.Comment #4
wim leersIn #3, only type=form validation was supported, now type=direct and type=direct-with-wysiwyg are also supported.
It's not super pretty, but we can iterate on how it looks post-feature freeze.
http://drupalcode.org/project/edit.git/commit/d68a6ed
Comment #5
nod_Fixed in the backport #1879824: Backport D8 Edit module to D7
Comment #6
webchick