contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
122 stars 57 forks source link

UX improvement: Focus last edited field after saving #1565

Closed patrickjDE closed 5 years ago

patrickjDE commented 6 years ago

Inspired by #1541

When editing an item in the backend and saving, the page reloads. The scroll position is then restored, but the keyboard focus is not.

It should be possible with some javascript to also restore the focus to the last edited field. I think this would make for a nicer UX for people who save often. Any other thoughts on this?

aschempp commented 6 years ago

I like the idea, can you provide some Javascript for this?

patrickjDE commented 6 years ago

I'll have a closer look at it this weekend.

leofeyer commented 5 years ago

See #1582.