Created attachment 68114 [details] Picture caption with both 3.6.2.1 and 3.6.2.2 showing the affect in How to reproduce the bug? -Insert a picture in Writer -Insert a caption with 3.6.2.2 and 3.6.1.2 - See the different (I installed 3.6.2.2 parallel, so freh user dir) Sould be (German: "Abbildung" means picture): Abbildung 1 Is with 3.6.2.2: 1. Abbildung (First picture) I am on Win 7 x64 and the could couldn't reproduced on Linux By the way: This breaks the sorting in the illustration index.. @Joel: Could you please test this on Windows + it is very annoying + I could reproduce it on two different PC @ Win7 = HardHack?
Created attachment 68115 [details] Picture caption with both 3.6.2.1 and 3.6.2.2 showing the affect in Sorry, MIME type has not been detected
[NOT REPRODUCIBLE] on Windows XP, neither 3.6.1.2 nor 3.6.2.2, US-English UI. I inserted a picture, right-click selecting "Caption", then "Illustration" was already selected (which I think it is what you mean for "Abbildung") > click OK. It is all expected. Also, in the Caption dialog > "Options" > do you check it is "Numbering first" or "Category first"? Anyway, for me they both behaved correctly in both versions. > I am on Win 7 x64 and the could couldn't reproduced on Linux Hmm, did you actually reproduce it on linux?
Yep, Illustration was what I meant... I used the standard settings I will try to check that ASAP and yes @ the German ML we checked it and it was NOT REPRDUCEABLE, but on 2 different Windows machines REPRODUCEABLE What comes in my mind: Could that be a translation error..?
so since i have no idea how this Writer thing works :) i've played around a bit and you can actually set the order of the caption; in the Caption dialog click Options and then on the bottom there is "Caption order" with options "Numbering first" or "Category first". this dialog is apparently implemented in sw/source/ui/config/optload.cxx. it reads some configuration setting to set the default: aLbCaptionOrder.SelectEntryPos( SW_MOD()->GetModuleConfig()->IsCaptionOrderNumberingFirst() ? 1 : 0); officecfg/registry/data/org/openoffice/Office/Writer.xcu: <prop oor:name="CaptionOrderNumberingFirst"> <value xml:lang="hu">true</value> </prop> but there don't appear to be any changes between LO 3.6.1.2 and LO 3.6.2.2. can you compare the configuration between these 2 versions, if you maybe have a user/registrymodifications.xcu with a changed CaptionOrderNumberingFirst?
ah i just found the setting in the UI, it is Tools->Options->Writer->AutoCaption->Caption order
Okay, NOT reproduceable with master 2012-12-15 --> WORKSFORME Thanks for rechecking ;)