Issue 89393 - Can't insert a value in the listbox which begins with "a"
Summary: Can't insert a value in the listbox which begins with "a"
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 3.0 Beta
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: marc.neumann
QA Contact: issues@dba
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2008-05-13 15:11 UTC by Mechtilde
Modified: 2008-07-02 10:58 UTC (History)
2 users (show)

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


Attachments
TestDB 89393 (21.94 KB, application/vnd.sun.xml.base)
2008-05-13 15:14 UTC, Mechtilde
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Mechtilde 2008-05-13 15:11:01 UTC
I create an example database which I attach

the table "Konten" contains "abziehb".

I want to input it in the form in the listbox.

with version 2.4 I can do it via input "ab..."

with version 3.0 nothing happens.

This is the same I can see in my productive application with mysql via jdbc
Comment 1 Mechtilde 2008-05-13 15:14:25 UTC
Created attachment 53595 [details]
TestDB 89393
Comment 2 marc.neumann 2008-05-14 07:01:21 UTC
confirm, set target and send to the right developer
Comment 3 Frank Schönheit 2008-05-22 21:09:40 UTC
fs->pl: This is a regression of the fix for issue 40353, which you committed.
After the fix, ImplListBoxWindow::ProcessKeyInput eats every KEY_A key, even
when it was *not* intended to be a "Select All".
As a consequence, it is not possible anymore (in /any/ listbox in OOo) to select
entries starting with "a" by just typing the "a", as it worked in 2.4.
Comment 4 philipp.lohmann 2008-05-23 10:06:01 UTC
pl->fs: possibly yes, but if you don't give me a method of reproduction, I can't
fix it. So how do I get this alleged listbox in "Konten" ? Note that it works
quite well in all dropdown listboxes.
Comment 5 philipp.lohmann 2008-05-23 10:55:05 UTC
thanks to mechtilde for explaining me how to get the listbox in question.
Comment 6 philipp.lohmann 2008-05-23 11:19:55 UTC
fixed in CWS vcl89
Comment 7 philipp.lohmann 2008-06-06 13:37:29 UTC
please verify in CWS vcl89
Comment 8 marc.neumann 2008-06-13 07:28:49 UTC
verified in CWS vcl89

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fvcl89
Comment 9 Mechtilde 2008-07-02 10:58:56 UTC
verified in DEV300_m22 -> closed