Youdao Cloud Note explicitly bans Firefox from using its web version
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Not tracked)
People
(Reporter: xidorn, Unassigned)
References
()
Details
(Keywords: webcompat:contact-ready, Whiteboard: [country-zh] [needsdiagnosis])
Attachments
(4 files)
Comment 1•10 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Updated•9 years ago
|
Reporter | ||
Comment 5•9 years ago
|
||
Updated•9 years ago
|
![]() |
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Reporter | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Comment 20•6 years ago
|
||
See bug 1547409. Moving webcompat whiteboard tags to keywords.
![]() |
||
Comment 21•5 years ago
|
||
This is the script redirecting.
var ua = navigator.userAgent;
if (ua.toLowerCase().indexOf('applewebkit') < 0) {
location.href = '/web/unsupport.html';
}
in Comment #16, why doing the
- Switch to Default UA.
to see what is not working, we need to stay with the chrome user agent.
sergiu, does it work when keeping chrome ua?
Comment 22•5 years ago
|
||
It kinda works, but you can only type characters. Space, Enter etc are not working, even if the Chreme UA is active.
Comment 23•5 years ago
|
||
Sergiu, can you re-test after flipping these 2 prefs to false (one by one, so we can know which one (if any) had an effect):
dom.keyboardevent.keypress.set_keycode_and_charcode_to_same_value
dom.keyboardevent.keypress.dispatch_non_printable_keys_only_system_group_in_content
Comment 24•5 years ago
|
||
Sure thing!
I have retested this and the behavior does not change with both prefs set to False (either one by one, or both at the same time).
Comment 25•5 years ago
|
||
OK, thanks!
![]() |
||
Comment 26•5 years ago
|
||
Re-reading the comments here. I'm not sure we can do a lot about this.
Because they made the choice to design the app for chrome only. They know it (they have a message explicitly requesting chrome).
We could contact them to tell "Hey make it usable on Firefox" but I'm pretty sure that would not changed a dime.
Xidorn, if you feel contacting them that would be greatly appreciated, but I don't think there is anything we can do at this stage.
Closing as WONTFIX?
![]() |
||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Description
•