[Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2024-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

Michael Weghorn  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #18 from Michael Weghorn  ---
This was implemented in the commit from comment 17, which added the "Allow
other animations" option to the accessibility options page.

-> Closing as fixed

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

[Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

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

https://git.libreoffice.org/core/commit/ef7429f86788f0616db5b274ec77eb67cd41cb3d

tdf#161765, tdf#115688 Let user choose which animation settings to use

It will be available in 25.2.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.

[Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:25.2.0

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

[Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #16 from Michael Weghorn  ---
(In reply to crxssi from comment #15)
> If the OS/DE/System level has animations disabled set, LO should just honor
> that always, automatically, [...], and prevents or ignores changes to the LO
> config.
> 
> I say this because it is highly unlikely that anyone who has animations
> disable/reduced set at the OS/DE/system level (if that is even a choice)
> will ever want to manually override that to turn animations ON in just LO.
> 
> This maintains having only one LO Config setting, and
> backwards-compatibility, while also honoring the sometimes-present
> DE/OS/System-level setting.

That (leaving out the UI part for now) fits with Patrick's suggestion on how to
handle the OS/DE/System setting in tdf#155414 comment 7 and sounds reasonable
to me.

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

Patrick Luby  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #15 from crx...@hotmail.com ---
(In reply to Michael Weghorn from comment #14)

> Any thoughts on whether this would be a good idea and whether that would
> make it unnecessary to have the option elsewhere in the UI in addition to
> the expert configuration?

The purpose of exposing the control in the UI is to give the average user a
quick and easy way to turn off animations without doing lots of research in
their OS *or* in LibreOffice.  Or maybe the OS/DE/System doesn't support it
(Linux with Cinnamon or IceWM or XFCE are just a few examples).  So I think
that is needed, regardless.

I think there should be a UI toggle.  It is then tied to the LO advanced config
setting always.  Either one toggles the other, always.

If the OS/DE/System level has animations disabled set, LO should just honor
that always, automatically, and the UI then shows it set, grays out they
selection (disables changing it), and prevents or ignores changes to the LO
config.

I say this because it is highly unlikely that anyone who has animations
disable/reduced set at the OS/DE/system level (if that is even a choice) will
ever want to manually override that to turn animations ON in just LO.

This maintains having only one LO Config setting, and backwards-compatibility,
while also honoring the sometimes-present DE/OS/System-level setting.

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de

--- Comment #14 from Michael Weghorn  ---
(In reply to Heiko Tietze from comment #13)
> *** Bug 155414 has been marked as a duplicate of this bug. ***

Bug 155414 mentions that there are is an OS/desktop environment setting to
disable animations/reduce motions for all major platforms, which is used e.g.
by browsers to reduce animation automatically, s. also the MDN doc here:
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion

I think it would be a good idea to also disable the "marching ants" in
LibreOffice by default when that setting is enabled in the system, which
*might* also make it unnecessary/less necessary to have the existing option in
the Accessibility section of the settings (assuming that people who don't want
that animation for a11y reasons would switch animations off on the system
level).

Without yet knowing that such an expert option already existed Bug 155414
comment 2 mentions:

> One idea might be to add another option there to reduce motion/animations and
> give it three possible values (similar to the Light/Dark theme setting in the
> "View" section [NOTE: it's actually in "Application Colors"]: 
> enable/disable/automatic, where "automatic" (the
> default?) would use the value from the OS/desktop environment. And
> if that setting is enabled, avoid animations like the one mentioned
> here.

Now that we already have boolean option "AnimationsEnabled" and this ticket to
request making it visible in the UI, I'm wondering what would be the best way
to move forward.

I think for compatibility reasons, we won't be able to change the existing
boolean option to allow more values (so enable/disable/automatic won't work
with that one), so 2 possible ways to achieve something like this might be:

1) add a new option that allows 3 values enable/disable/"automatic/System" and
deprecate/ignore the old one

2) introduce a new one, "AnimationsEnabledOverrideSystemDefault" or somesuch
(defaulting to false), and only if that is set in addition, the value of
"AnimationsEnabled" is taken into account, otherwise whether animations are
enabled follows the system default.

Any thoughts on whether this would be a good idea and whether that would make
it unnecessary to have the option elsewhere in the UI in addition to the expert
configuration?

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

Heiko Tietze  changed:

   What|Removed |Added

 CC||erw...@alumni.beloit.edu

--- Comment #13 from Heiko Tietze  ---
*** Bug 155414 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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #12 from V Stuart Foote  ---
(In reply to QA Administrators from comment #10)
still valid, no Tools -> Options -> Accessibility option for toggling off the
"AnimationsEnabled" settings. Still requires use of Expert Configuration to
toggle to boolean.

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #11 from crx...@hotmail.com ---
Still valid and still waiting.

Almost 12 years now, for a logical and user-friendly way to present an
important accessibility option to the users.

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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2023-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #10 from QA Administrators  ---
Dear V Stuart Foote,

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
https://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://web.libera.chat/?settings=#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] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

--- Comment #9 from QA Administrators  ---
Dear V Stuart Foote,

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
https://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


[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2019-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #8 from V Stuart Foote  ---
Still valid

-- 
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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2019-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #6 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

[Libreoffice-bugs] [Bug 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

2019-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115688

--- Comment #7 from crx...@hotmail.com ---
(In reply to QA Administrators from comment #6)
> QA is asking bug reporters and confirmers to retest open,
> confirmed bugs which have not been touched for over a year.

There is nothing to test.  As far as I am aware, the option still doesn't exist
and we are still waiting...

-- 
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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

crx...@hotmail.com changed:

   What|Removed |Added

 CC||crx...@hotmail.com

--- Comment #5 from crx...@hotmail.com ---
I will add my hat in the ring that it SHOULD be added to accessibility options.
 It isn't just for photosensitive, but also for people with OCD who are mildly
to severely distracted by animation.  Of course, they can use the expert config
option, but that is pretty well hidden there.

-- 
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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

--- Comment #4 from Tomaz Vajngerl  ---
Sure, adding this to the Accessibility panel makes sense (looking at what is
available there already).

-- 
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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

--- Comment #3 from V Stuart Foote  ---
(In reply to Heiko Tietze from comment #2)
>...  The feature itself supports a11y and disabling it
> contradicts the original intention.

We are not looking to reverse the default enabled mode as that is better UX in
general.

Rather the whole point to the Tools -> Options -> Accessibility panel remains
to make configuration as painless as possible for those users requiring
Assistive Technology support. For those with photosensitivity to visual
stimuli, or full PSE, even the ~2Hz "dance" of the border animation can be
disabling.

So it is _not_ a question of "promoting" to Tools -> Options, but of
specifically grouping it with the other a11y AT tools to control the UI. It
just makes sense to do so as it _belongs_ there.

-- 
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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

Heiko Tietze  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com

--- Comment #2 from Heiko Tietze  ---
I'm against this option on a prominent position (=> WFM). My arguments are in
bug 35077 comment 35. The feature itself supports a11y and disabling it
contradicts the original intention.

-- 
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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from V Stuart Foote  ---
@Tomaž, *

The Expert Configuration setting is good, but could we also provide a UI
checkbox to control this for the benefit of users with vision issues? Grouping
it with the other Assistive Technology tools controls on the Accessibility
panel would ensure those who need it can find 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 115688] Add Checkbox option to disable animated overlay to Tools -> Options -> Accessibility panel

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

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||accessibility
 CC||qui...@gmail.com,
   ||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=35
   ||077
 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