Issue 96733 - Tab key does not work
Summary: Tab key does not work
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: DEV300m36
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Oliver Specht
QA Contact: issues@sw
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2008-11-30 16:23 UTC by Rainer Bielefeld
Modified: 2013-08-07 14:44 UTC (History)
1 user (show)

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


Attachments
TAB key will not work in sample document (6.94 KB, application/vnd.oasis.opendocument.text)
2008-11-30 16:24 UTC, Rainer Bielefeld
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Bielefeld 2008-11-30 16:23:14 UTC
With "Ooo 3.1 Multilingual version German UI WIN XP: [DEV300m36 (Build 9369)]" I
have the problem that the TAB key does not work in some documents. Currently it
seems that those documents have been created from a template document witn 3.1.
You should be able to reproduce the problem with attached "mytest.odt" or with
an own new document created from an own new WRITER template document.
Comment 1 Rainer Bielefeld 2008-11-30 16:24:38 UTC
Created attachment 58414 [details]
TAB key will not work in sample document
Comment 2 michael.ruess 2008-12-01 13:20:16 UTC
MRU->OS: see attached document, when opened in DEV300m36build, no tab character
could be entered there. Works fine with OO 3.0m9.
Comment 3 Oliver Specht 2008-12-01 13:43:12 UTC
->ama: This is due to the integration of cws swenhancefields2. 
The following line (around 1899) is the one to blame:
 if (rSh.IsFormProtected() || rSh.IsInFieldBookmark()!=NULL || 
rSh.GetChar(FALSE)==CH_TXT_ATR_FORMELEMENT) 

Comment 4 Martin Hollmichel 2008-12-10 11:17:29 UTC
move target to 3.2.
Comment 5 Martin Hollmichel 2009-01-28 11:02:27 UTC
@ama: do we have a chance for a fix for 3.1 since this is a regression ?
Comment 6 Mathias_Bauer 2009-02-02 12:08:43 UTC
Oliver, please take over
Comment 7 Oliver Specht 2009-02-03 09:28:42 UTC
The bug document has been created in DEV300 m36. Due to an uninitialized value
in that version the property ProtectForm is set to true in the settings.xml:
<config:config-item config:name="ProtectForm"
config:type="boolean">true</config:config-item>

Changing that value to false will fix the TabStop problem. 
Comment 8 Oliver Specht 2009-02-03 09:29:08 UTC
Closing