[Bug 161626] Math equations using "it" as subscript are not opening correctly

2024-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161626

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

  Regression By||Dante DM
 Ever confirmed|0   |1
 CC||dante19031...@gmail.com,
   ||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEW
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||9338
 Whiteboard| QA:needsComment|
 Blocks||135859
   Keywords||bibisected, bisected,
   ||regression
Version|24.2.4.2 release|7.1.0.3 release

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Started with Dante's 7e2c35324c54646f53f0fa14b7bce07e1da73c0b for bug 109338
(line was added to starmath/source/parse.cxx, but most of its contents were
moved to parse5.cxx later on).

That's build [8df71520b47158dcd10006208ddcc92ed7949501] in linux-64-7.1
bibisect repo.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135859
[Bug 135859] [META] Formula objects
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161626] Math equations using "it" as subscript are not opening correctly

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161626

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 161626] Math equations using "it" as subscript are not opening correctly

2024-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161626

--- Comment #1 from Rafael Lima  ---
Code pointer:

Commenting out the following line in /core/starmath/source/parse5.cxx fixes the
issue.

{ u"it"_ustr, TIT, '\0', TG::Product, 0 },

However... commenting out this line is not a proper fix for the issue. This
line has a purpose (I don't know which or why it was added, but it certainly
was added for a reason), but the underlying problem is how DOCX files are
imported... somehow some or all of these strings should be imported as pure
text, and not as reserved words.

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

[Bug 161626] Math equations using "it" as subscript are not opening correctly

2024-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161626

Rafael Lima  changed:

   What|Removed |Added

Summary|Math equations using "it"   |Math equations using "it"
   |as text are not opening |as subscript are not
   |correctly   |opening correctly

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