[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2023-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||6554

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2022-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

--- Comment #11 from Telesto  ---
*** Bug 139714 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2021-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

--- Comment #10 from Justin L  ---
*** Bug 139715 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

Justin L  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||0115

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
   Hardware|x86 (IA32)  |All

--- Comment #9 from Justin L  ---
It is a bit more complicated than I first stated. Even though some of the
footnote settings may share the same style name, they aren't actually sharing
the same underlying style. So changes to the footnote anchor style are only
going to affect the real anchor - even if both text and anchor seem to be set
to the "Footnote Anchor" character style. (In this case, it doesn't find a
matching entry for "Footnote Character"(1024), and so it re-creates a default
1024, but with the name "Footnote Anchor". So there are now two "Footnote
Anchor" styles with different IDs.)

So the best solution is probably to remove the styles that are currently in use
from the list to choose from - so that a unique style must exist in those four
locations. (That is easier said than done.)
Attempted at https://gerrit.libreoffice.org/c/core/+/112814

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2021-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

--- Comment #8 from Justin L  ---
/me wonders why not just modify the Footnote Characters style and change the
position to superscript?

Also, a custom style or any of the other styles work as a substitute. So it
seems there are lots of work-arounds.

I can confirm Mike's bibisect - but not by using bibisect because any Linux
dialog is crashing on OK shortly before that (using bibisect-linux-x64-6.2.

The problem seems to be in here:
else if(pDocFormat->GetPoolFormatId() == nId)
pDocFormat->SetPoolFormatId(0);

The order of preference (based on ID numbers) is 
Footnote Characters (1024)
Footnote Anchor (1037)
Endnote Characters (1034)
Endnote Anchors (1038)

Since Endnote Characters is the third in the list, it will accept to change to
Footnote Characters, or Footnote anchor, but not Endnote anchor. So Endnote
Anchors can be changed to any of the existing markers, but Footnote Characters
cannot be changed to anything else.

I haven't figured out exactly why that is. I also notice that the list of
pDoc->GetCharFormats() grows each time, so a memory leak is included in the
list of problems here.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2019-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

raal  changed:

   What|Removed |Added

 CC||bjoern.michaelsen@libreoffi
   ||ce.org
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #7 from raal  ---
(In reply to Mike Kaganski from comment #5)
> (From bug 127254 comment #3)
> > That was changed in
> > https://git.libreoffice.org/core/+/e9bf0102783e23cf8b7c609a9a5265ab436dc90e

Adding cc to Bjoern

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2019-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

--- Comment #6 from Mike Kaganski  ---
(From bug 127254 comment #2)
> "Footnote Anchor" and "Footnote Characters" are two *character styles* that
> define the appearance of the relevant symbols. In fact, it is *not* expected
> that you would need that dialog to modify what you need; instead, it is
> expected that you open Styles (F11), go to Character styles ("A" button
> there), right-click "Footnote Characters" and choose "Modify...", and make
> necessary adjustments (e.g., on the Position tab - set Superscript).
> 
> I don't know why it was disabled to select the same character style for both
> numbers in anchors and footnote area

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2019-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

--- Comment #5 from Mike Kaganski  ---
(From bug 127254 comment #3)
> That was changed in
> https://git.libreoffice.org/core/+/e9bf0102783e23cf8b7c609a9a5265ab436dc90e

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2019-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

Dieter Praas  changed:

   What|Removed |Added

 CC||syama16...@gmail.com

--- Comment #4 from Dieter Praas  ---
*** Bug 127254 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 123027] FOOTNOTE SETTING DIALOG: Changing character style of footnote area has no effect

2019-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123027

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
Summary|Footnote Anchor |FOOTNOTE SETTING DIALOG:
   ||Changing character style of
   ||footnote area has no effect

--- Comment #3 from Dieter Praas  ---
Still present in

Version: 6.4.0.0.alpha0+ (x64)
Build ID: 01837a85004a6f891a09c0a63ed7eff75d634827
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-09-01_00:07:05
Locale: en-GB (de_DE); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs