Issue 37248 - Search within help dialog seems to change the help layout.
Summary: Search within help dialog seems to change the help layout.
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: 680m61
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: h.ilter
QA Contact: issues@sw
URL:
Keywords:
Depends on: 37887
Blocks:
  Show dependency tree
 
Reported: 2004-11-16 12:03 UTC by h.ilter
Modified: 2013-08-07 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description h.ilter 2004-11-16 12:03:28 UTC
- Call help
- Press on Find within help button
- Close it
- Double click another term on left navigation pane
-> The document "" has been modified. Do you want to save your changes?
Comment 1 pb 2004-11-17 07:05:49 UTC
pb -> od: the searchdialog gets the string from a Cursor (SwXTextRange). This
call modifies the help page. Why?
See the stack:
sw680mi.dll!SwDocShell::SetModified(unsigned char bSet=' ')
sw680mi.dll!SwDocShell::Ole2ModifiedHdl()
sw680mi.dll!SwDocShell::LinkStubOle2ModifiedHdl()
sw680mi.dll!SwDoc::SetModified()
sw680mi.dll!SwDoc::ChgPageDesc()
sw680mi.dll!SwWriter::Write()
sw680mi.dll!SwXTextCursor::getTextFromPam()
sw680mi.dll!SwXTextRange::getString()
sfx680mi.dll!SfxHelpTextWindow_Impl::DoSearch()
Comment 2 Oliver-Rainer Wittmann 2004-11-17 08:20:51 UTC
accepted - fix in progress in cws swqbugfixes10.

Investigation reveals, that the defect is introduced in SRC680m56.
Comment 3 Oliver-Rainer Wittmann 2004-11-17 09:08:38 UTC
fixed in cws swqbugfixes10.

solution: only modify the document in method <SwWriter::Write(..)>, if it's a
new document.
Comment 4 Oliver-Rainer Wittmann 2004-11-29 16:27:02 UTC
change file:
/sw/source/filter/basflt/shellio.cxx, 1.30.4.1
Comment 5 Oliver-Rainer Wittmann 2004-11-30 09:08:34 UTC
add dependence
Comment 6 Oliver-Rainer Wittmann 2004-11-30 09:09:19 UTC
correct dependence
Comment 7 Oliver-Rainer Wittmann 2004-11-30 09:25:57 UTC
correct dependence again
Comment 8 Oliver-Rainer Wittmann 2004-12-08 09:03:54 UTC
reopen to assign to QA
Comment 9 Oliver-Rainer Wittmann 2004-12-08 09:04:27 UTC
OD->HI:
Checked in internal installation set of cws swqbugfixes10 - please verify.
Comment 10 Oliver-Rainer Wittmann 2004-12-08 09:04:43 UTC
set status back to FIXED
Comment 11 h.ilter 2004-12-14 15:25:15 UTC
Verified with cws: swqbugfixes10 = ok
Comment 12 h.ilter 2005-03-14 15:03:42 UTC
Verified with integrated 680m85_8884