Leave (Editor)Page Confirmation doesn't work in TW7
- Status
- Open
- Subject
- Leave (Editor)Page Confirmation doesn't work in TW7
- Version
- 7.x
- Category
- Usability
- Regression
- Feature
- Lost edit protection
Edit interface (UI) - Resolution status
- New
- Rating
- Description
1. The "Leave Page"-Confirmation Box does not show up in TW7.
2. Another problem is that the on
change event is not fired when I leave the page with any browser button, e.g. back, F5, etc. - Solution
1.
\lib\smarty_tiki\block.textarea.php line ~346:
\$(\$('#$as_id').attr('form')).find(...
should be:
\$(\$('#$as_id').prop('form')).find(...The function attr() in jQuery v1.6+ differs from earlier versions, see:
http://api.jquery.com/prop/2. Just an idea: with JS temporary save the original content of the main edit form on page enter and compare it on page unload
- Importance
- 2
- Priority
- 10
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Created
- Tuesday 23 August, 2011 22:18:14 UTC
by Gustav Graf - LastModif
- Tuesday 23 August, 2011 22:18:14 UTC