[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2022-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org
   |desktop.org |

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2022-05-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

Justin L  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2022-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

--- Comment #15 from Kohei Yoshida  ---
(In reply to Aron Budea from comment #14)
> Kohei, yes, that commit is in the 42max Linux bibisect build (need to
> download ~8 GB):
> https://wiki.documentfoundation.org/QA/Bibisect/Linux#42max
> Commit hash is: 8a4b1155a3be0401fc82b6713a56efe48cb42717
> 
> You may need to start LO with gen VCL plugin: SAL_USE_VCLPLUGIN=gen ./soffice

Thanks. That worked.

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2022-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

--- Comment #14 from Aron Budea  ---
Kohei, yes, that commit is in the 42max Linux bibisect build (need to download
~8 GB):
https://wiki.documentfoundation.org/QA/Bibisect/Linux#42max
Commit hash is: 8a4b1155a3be0401fc82b6713a56efe48cb42717

You may need to start LO with gen VCL plugin: SAL_USE_VCLPLUGIN=gen ./soffice

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2022-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

--- Comment #13 from Kohei Yoshida  ---
Is there a way for me to get the build for
4bc3a58a648f6c0ce95b4eb41f2cbf46175629ed?  I need to play around with it a bit
to see what the expected behaviors are.

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

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

Kohei Yoshida  changed:

   What|Removed |Added

 CC||dennisfrancis...@gmail.com

--- Comment #12 from Kohei Yoshida  ---
cc: Dennis Francis

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

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

--- Comment #11 from Kohei Yoshida  ---
(In reply to Justin L from comment #10)
> Well, if http://gerrit.libreoffice.org/c/core/+/133804 passed all tests,
> then I might have been comfortable enough to submit it, but obviously there
> are caches that need flushing or whatever.
> 
> Kohei, can you take it from here? I'm already way over my head and can't
> accept responsibility for anything in this code.

I can't make promises, but I'll add it to my list.

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

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

--- Comment #10 from Justin L  ---
Well, if http://gerrit.libreoffice.org/c/core/+/133804 passed all tests, then I
might have been comfortable enough to submit it, but obviously there are caches
that need flushing or whatever.

Kohei, can you take it from here? I'm already way over my head and can't accept
responsibility for anything in this code.

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2022-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

--- Comment #9 from Justin L  ---
what was lost was the command
pDoc->SetEditText(ScAddress(nCol,nRow,mnTab), mpEngine->CreateTextObject());

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

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

--- Comment #8 from Justin L  ---
(In reply to Kohei Yoshida from comment #7)
> If you scroll out the A1:A4 cells out of the visible range then scroll back
> so that the range becomes visible again, spell check gets re-applied for the
> visible range with the new language.
That does not work for me. Plus, if I check format / Character on the word, the
language for the char run is still USA, not the UK that I changed it to via the
spell checker.  Running the spell-check again finds the same "problems".

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

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

--- Comment #7 from Kohei Yoshida  ---
If you scroll out the A1:A4 cells out of the visible range then scroll back so
that the range becomes visible again, spell check gets re-applied for the
visible range with the new language.

To fix this, simply detect the language change when the Options dialog gets
closed, and re-run the spell check for the current visible range.

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

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

--- Comment #6 from Justin L  ---
My guess is that it is from 5f62f8e19d07c795b98ca85350b00b5d1edef3e2
Auto spell-check is no longer done in ScDocument.

where we now call pViewSh->ContinueOnlineSpelling() instead of doing something
at the document level - which did have some language code in it.

Another good place to check is sc/source/ui/view/spelldialog.cxx's
ApplyChangedSentence()

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

[Libreoffice-bugs] [Bug 107765] CALC: Switching language during spell-check doesn't change the text's language property

2020-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

--- Comment #4 from Justin L  ---
still a problem in 7.0 master

-- 
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 107765] CALC: Switching language during spell-check doesn't change the text's language property

2018-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107765

--- Comment #3 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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