Closed
Bug 665714
Opened 14 years ago
Closed 14 years ago
Kuma: "Save and keep editing", without leaving edit mode
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect, P2)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
RESOLVED
FIXED
0.9.9
People
(Reporter: openjck, Assigned: lorchard)
Details
(Whiteboard: u=user c=wiki p=2)
No description provided.
| Reporter | ||
Updated•14 years ago
|
Version: unspecified → Kuma
Updated•14 years ago
|
Assignee: lcrouch → nobody
Updated•14 years ago
|
Target Milestone: 1.0 alpha → 0.9.8
Updated•14 years ago
|
Whiteboard: [u: user] [c: wiki] → [u: user] [c: wiki] [points: 2]
Updated•14 years ago
|
Whiteboard: [u: user] [c: wiki] [points: 2] → u=user c=wiki p=2
Updated•14 years ago
|
Target Milestone: 0.9.8 → 0.9.9
| Assignee | ||
Comment 1•14 years ago
|
||
As suggested by :groovecoder, I'll try taking a shot with this one at least as my first newb Kuma bug.
Assignee: nobody → lorchard
Updated•14 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 2•14 years ago
|
||
https://github.com/mozilla/kuma/commit/f48f17163d61e1c60acbf4019790ece4246c81cf
Bug 665714 - Kuma: "Save and keep editing", without leaving edit mode
Introduces save-and-edit button that retargets the editing form to
submit to a hidden iframe. The normal save button submits to the top
level page. If a login-required or 403 forbidden is encountered, the
page busts out of the iframe to the top level.
Additionally, edited content is preserved in sessionStorage when
save-and-edit is clicked. The content gets discarded on a successful
save, restored to the textarea on a return to the page after logging
back in.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Version: Kuma → unspecified
Updated•13 years ago
|
Component: Website → Landing pages
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•