joomla-projects / gsoc21_frontend-inline-editing

GNU General Public License v2.0
7 stars 2 forks source link

Text custom field and Article title inline editable #4

Open rs4231199 opened 3 years ago

rs4231199 commented 3 years ago

Custom text fields are now inline editable. 🚀

347d0685-7a71-4975-bd75-b6382d4a1bca

Changes: Instead of showing a text message on error, It highlights(in red) the div for two seconds.

rs4231199 commented 3 years ago

Inline editing with Tiny editor gif. 72bf6fde-6f5e-4e8d-92fc-26e22f2d4271

brianteeman commented 3 years ago

Instead of showing a text message on error, It highlights(in red) the div for two seconds.

Please discuss with your mentors the accessibility of this.

rs4231199 commented 3 years ago

@brianteeman

Instead of showing a text message on error, It highlights(in red) the div for two seconds.

Please discuss with your mentors the accessibility of this.

This was discussed. Now, it shows an error message and preserves the text area. That gives the users the option to copy data or try again.