To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62299
Issue #:|62299
Summary:|ImplListBox::SelectEntry(0xffff) is not same to
|ImplListBox::SetNoSelection()
Component:|ui
Version:|OOo 2.0.2
Platform:|PC
URL:|
OS/Version:|All
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|os
Reported by:|jlcheng
------- Additional comments from [EMAIL PROTECTED] Sun Feb 19 23:02:22 -0800
2006 -------
Steps to replicate:
1) Start impress.
2) Open the bugdoc, select "Tasks"->"Custom Animation". Select 1st shape,
"Start" and "Speed" is enabled. Then you select 2nd shape, "Start" and "Speed"
is disable, but "ListBox" of "Start" and "ComboBox" of "Speed" have some text.
In file "SRC_ROOT\sd\source\ui\animations\CustomAnimationPane.cxx" line 867-870:
default:
nPos = 0xffff; break;
}
mpLBStart->SelectEntryPos( nPos );
and line 891-893:
nPos = 0xffff;
mpCBSpeed->SelectEntryPos( nPos );
I think if "EntryPos" is "0xffff", the "ListBox" or "ComboBox" should be no
selection.
Do you think so?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]