[Libreoffice-bugs] [Bug 100706] Cannot Stop Blinking Text Cursor in OS X

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.0.0|target:7.0.0 target:6.4.3

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

--- Comment #22 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

https://git.libreoffice.org/core/commit/6a39d880cc0d4a7bcfcbf65cd80d0d09d6be241c

tdf#100706: get blink cursor delay for MacOS

It will be available in 6.4.3.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

--- Comment #21 from Heiko Tietze  ---
(In reply to Julien Nabet from comment #17)
> Xisco/Heiko: what about adding an option to set the blinking cursor rate on
> Accessibility/Miscellaneous Options? (a number in ms) perhaps a spinbutton
> with min max range?

Don't see a reason to add options that override system settings. So rather not.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

--- Comment #20 from Julien Nabet  ---
Just for the record, I submitted the patch on gerrit for 6.4 branch here:
https://gerrit.libreoffice.org/c/core/+/90855

It may be useful for those who build locally 6.4 branch.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

--- Comment #19 from Julien Nabet  ---
I gave it a try with:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=7f45cbace44141e22c159dc2216fefd787e14d1f

Could someone give a try either by putting his/her master sources updated
locally or after 24/48h when a daily build with this patch will be available?

Indeed, I don't have a Mac so couldn't test it.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

--- Comment #18 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7f45cbace44141e22c159dc2216fefd787e14d1f

tdf#100706: get blink cursor delay for MacOS

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.0.0

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

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

Julien Nabet  changed:

   What|Removed |Added

   Priority|low |medium
 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||serval2...@yahoo.fr,
   ||xiscofa...@libreoffice.org

--- Comment #17 from Julien Nabet  ---
git grepping SetCursorBlinkTime, it seems we use "flash_time" related with
QApplication::cursorFlashTime() in kf5/qt5, in gtk3 we use blink_time related
to "gtk-cursor-blink-time", in Windows we use Windows function
"GetCaretBlinkTime".
For MacOS part, we indeed need to follow what Alex quoted in
https://bugs.documentfoundation.org/show_bug.cgi?id=100706#c1


Xisco/Heiko: what about adding an option to set the blinking cursor rate on
Accessibility/Miscellaneous Options? (a number in ms) perhaps a spinbutton with
min max range?

Let's increase a bit the importance since it may have a real impact, I mean a
physical impact not just aesthetics, for some people.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2019-10-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #16 from Alex Thurgood  ---
What could be made to happen then is that this parameter, instead of being
hardcoded, become a configurable item accessible via the advanced
configuration. I have no idea how much work that might represent.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2019-10-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #15 from Alex Thurgood  ---
(In reply to Alex Thurgood from comment #14)
> (In reply to MarjaE from comment #13)
> > Which versions is the setting available in? I can't find it under expert
> > configuration in 5.4.4.2.
> 
> @Marja: I'm assuming that Telesto changed it manually in his code tree and
> recompiled LibreOffice. His comment was to test his theory that it could
> indeed be changed and have the desired effect.

And it appears that the line in question in the code is now:

https://opengrok.libreoffice.org/xref/core/vcl/osx/salframe.cxx?r=7e4358a0#1282


aStyleSettings.SetCursorBlinkTime( 500 )

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2018-02-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #14 from Alex Thurgood  ---
(In reply to MarjaE from comment #13)
> Which versions is the setting available in? I can't find it under expert
> configuration in 5.4.4.2.

@Marja: I'm assuming that Telesto changed it manually in his code tree and
recompiled LibreOffice. His comment was to test his theory that it could indeed
be changed and have the desired effect.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2018-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #13 from MarjaE  ---
Which versions is the setting available in? I can't find it under expert
configuration in 5.4.4.2.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2018-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #12 from Telesto  ---
The blinking speed appears to be hard coded. So increasing number should
slowdown the cursor (did test it).  
https://opengrok.libreoffice.org/xref/core/vcl/osx/salframe.cxx#1203

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2018-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

Telesto  changed:

   What|Removed |Added

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

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-07-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

Alex ARNAUD  changed:

   What|Removed |Added

 Blocks|101912  |55571


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=55571
[Bug 55571] [META] ACCESSIBILITY: Tracking bug for issues related to the macOS
Accessibility API
https://bugs.documentfoundation.org/show_bug.cgi?id=101912
[Bug 101912] [META] Accessibility (a11y) bugs and enhancements
-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #11 from MarjaE  ---
An eyepatch does provide some protection.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #10 from MarjaE  ---
At this point, LibreOffice crashes on opening in MacOS, but there are some
workarounds. The crashes are probably more important than the cursors.

I think Apple *doubled* their cursor blink rates in 10.12.4. For me, that
pushes LibreOffice 5.2.2.2 from painful to blinding and unusable. For some
other users, it could push it from distracting to painful. I mostly use
NeoOffice but had been using LibreOffice for certain functions such as color
handling and search-and-replace which NeoOffice doesn't do as well.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

Alex ARNAUD  changed:

   What|Removed |Added

 CC||alexarn...@hypra.fr,
   ||te...@accelibreinfo.eu

--- Comment #9 from Alex ARNAUD  ---
Dear all,

On Debian 8.7 with LibreOffice 5.2.4 GTK2 when I disable blinking text cursor
it works correctly.

Best regards.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

Aron Budea  changed:

   What|Removed |Added

   Keywords||accessibility
 CC||ba...@caesar.elte.hu
 Blocks||101912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101912
[Bug 101912] [META] Accessibility (a11y) bugs and enhancements
-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #8 from MarjaE  ---
(In reply to steve -_- from comment #5)
> not mouse cursor but text cursor. aha, adjusting title.
> 
> blinking text cursor is default iirc. why change that?

Accessibility.

Different people have different needs, but I'm not the only one who has trouble
with blinking pain: http://www.jurta.org/en/prog/noblink or
http://www.macissues.com/2014/12/08/how-to-change-your-macs-text-cursor-blink-rate/

With my neurology, pain hurts, and blinking, flashing, and/or strobing objects,
including these cursors, make it harder to see and therefore to work, and
blinking, flashing, and/or strobing objects, including these cursors, can
trigger my migraines. (Obviously these aren't as painful or nearly as dangerous
as turn signals, pre-dawn strobe bombardments, etc., but these don't help.)

I briefly reverted the title change because I've encountered the same bug in
Draw, but it *mostly* relates to text boxes there, and in Calc.

> and when changing
> system wide setting, where is that done?

In the terminal window.

> 
> I tend to think, this enhancement request will never happen to be honest.
> there's a ton of more important macOS specific chances to be done first.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

MarjaE  changed:

   What|Removed |Added

Summary|Cannot Stop Blinking Cursor |Cannot Stop Blinking Text
   |in OS X |Cursor in OS X

--- Comment #7 from MarjaE  ---
Also affects

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

--- Comment #6 from steve -_-  ---
can you please give macOS + LO version you are seeing this problem with.

-- 
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 100706] Cannot Stop Blinking Text Cursor in OS X

2017-01-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100706

steve -_-  changed:

   What|Removed |Added

Summary|Cannot Stop Blinking Cursor |Cannot Stop Blinking Text
   |in OS X |Cursor in OS X

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