https://bugs.documentfoundation.org/show_bug.cgi?id=106272

--- Comment #4 from Kevin Suo <[email protected]> ---
I did the following per advice from Justin:

1. I added the debug line, in vcl/unx/gtk/gtksalframe.cxx, below line 3676:

SAL_WARN_IF(xState.is(),"DEBUG","::FindFocus
focused["<<(int)xState->contains(accessibility::AccessibleStateType::FOCUSED)<<"]
Text.is["<<(uno::Reference<accessibility::XAccessibleEditableText>(xContext,
uno::UNO_QUERY)).is()<<"] manages
Descendants["<<(int)xState->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS)<<"]");

--> I get millions of endless warnings in terminal when I hit ENTER after
clicking the referenced cell in Sheet1.
warn:DEBUG:27520:1:vcl/unx/gtk/gtksalframe.cxx:3771: ::FindFocus focused[0]
Text.is[0] manages Descendants[0]
apparently it comes into an endless loop.


2. Revert 1c3a784d38fc5986c78bab8d283c4661347baf43.
--> no freeze anymore. No warning.


3. Revert 1c81af2c1814e8bd12701f85e09cebf5fe206647 (based on step2)
--> I get millions of same endless warnings in terminal, but it was at the time
when I type in "=" in the cell in Sheet2. (i.e., one step earlier than step1
above.)


4. Revert 598e6a024163f1510d076000788b7745625f5ed5 (based on step3)
-->  I get millions of endless warnings in terminal when I hit ENTER after
clicking the referenced cell in Sheet1. (i.e., same as step1)

Please advice me what to do next. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to