| Summary: | Konqueror does not warn about unsubmitted changes | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Albert Astals Cid <aacid> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | germain |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Albert Astals Cid
2008-10-19 20:09:13 UTC
SVN commit 873587 by orlovich: DocumentImpl::unsubmittedChanges actually relied on modified things having 'M' at the end of their state serialization, which broke notification of changes when the N/null flag got added. Fix this by adding an appropriate abstraction. BUG:173159 M +3 -0 html/html_formimpl.h M +4 -2 xml/dom_docimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=873587 SVN commit 873589 by porten: Merged revision 873587: DocumentImpl::unsubmittedChanges actually relied on modified things having 'M' at the end of their state serialization, which broke notification of changes when the N/null flag got added. Fix this by adding an appropriate abstraction. BUG:173159 M +3 -0 html/html_formimpl.h M +4 -2 xml/dom_docimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=873589 was my fault, sorry ;( |