Report 'AC connected' rather than 'charging battery'#14765
Conversation
See test results for failed build of commit 8219280edb |
|
@seanbudd
As I commented on the original issue, "plugged in" is the term Microsoft seems
to have decided for this state. That is what is indicated in the system
generated text of the battery icon in the notification area.
While I think "AC Connected" is fine, and an improvement in factualness (and is
the name of the state of the flag in the library), I wanted to point out the
"plugged in" phrasing that Microsoft uses, as an alternative to consider.
It may be that the reason they use "plugged in", is, as someone pointed out,
because it isn't actually "AC" that's connected, but DC which **MAY** be running
from an AC transformer-rectifier. I have no idea if that's why though.
That's all the further comment I have--glad to see this changed with either
phrase you choose to use.
|
|
Hello I have not revisited all the tickets on this topic. However, it seems that there are actually two requests from users that are handled together:
For sighted people the first question is answered by the icon in the system tray. Regarding the second question, I think that there is no visual indicator in Windows UI for sighted people. However blind people have expressed several times the need to know if the wire was plugged in (and correctly) or not. I think that the issue should be handled more globally than this PR, if possible, and provide the 3 following information upon NVDA+B:
This would allow to make modifications back and forth between "charging battery" / "AC connected" |
|
@CyrilleB79
I agree with you in general. See my comments at the end of the linked ticket
about what is going on and why.
What you request is possible, and can be done, but it will require a full
rewrite of our battery module.
I may work on that in the future, if nobody else gets to it first.
But for now, I think what Sean has done is a quick solution that solves the
immediate problem.
We have a saying in the U.S.: don't let the perfect get in the way of the good.
The perfect is what you ask. The good is what this does.
Perhaps the immediate good can happen, while the perfect is figured out down the
road?
|
michaelDCurran
left a comment
There was a problem hiding this comment.
Please change these strings to Plugged in and Unplugged to remove the mention of AC.
Yes this makes sense. This PR is already an improvement and I support it to be merged (including the change requested by Mick). Then for something more elaborated as described in my previous comment, a new ticket should be opened or, more likely, an old ticket that was recently closed could be reopened (Cc @Adriani90) |
|
@CyrilleB79 the issue referenced in this PR is still open and covers your suggestions. The one I've closed is an old one which had less details so I closed it in favor of the new one. |
See test results for failed build of commit ba822281b0 |
Link to issue number:
Closes #14726
Summary of the issue:
When the AC is connected, reporting "Charging battery" may be misleading, e.g. when the battery is fully charged.
It is more accurate to state "AC connected"
Description of user facing changes
"AC connected" is reported instead of "charging battery" when reporting battery status
Description of development approach
Update string
Testing strategy:
None
Known issues with pull request:
None
Change log entries:
Not worthwhile
Code Review Checklist: