Open
Bug 1288670
Opened 9 years ago
Updated 3 years ago
The Incoming connection dialog height (from prompt service) is short in ar and eo locales
Categories
(Toolkit :: General, defect)
Tracking
()
People
(Reporter: magicp.jp, Unassigned)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20160721030216
Steps to reproduce:
1. Start any versions Firefox in ar or eo locals on Windows
2. Enable remote debugging
3. Open Browser Toolbox (Ctrl+Alt+Shift+I)
4. Check Incoming connection dialog
Actual results:
The Incoming connection dialog height is short in ar and eo locales.
I checked the following locales...
"en-US","ja","ar","ast","cs","de","en-GB","eo","es-AR","es-CL","es-ES","es-MX","fa","fr","fy-NL","gl","he","hu","id","it","kk","ko","lt","lv","nb-NO","nl","nn-NO","pl","pt-BR","pt-PT","ru","sk","sl","sv-SE","th","tr","uk","vi","zh-CN","zh-TW"
Expected results:
Its height should expand.
reproduce on Windows 10
Has STR: --- → yes
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox-esr45:
--- → affected
Component: Untriaged → Developer Tools: Framework
OS: Unspecified → Windows 10
Hardware: Unspecified → x86_64
I guess this is an issue with the prompt service? DevTools is just calling confirmEx[1] to show this prompt, so we don't have any control over the sizing.
[1]: https://dxr.mozilla.org/mozilla-central/rev/4c05938a64a7fde3ac2d7f4493aee1c5f2ad8a0a/devtools/shared/security/prompt.js#146
Component: Developer Tools: Framework → General
Product: Firefox → Toolkit
Summary: The Incoming connection dialog height is short in ar and eo locales → The Incoming connection dialog height (from prompt service) is short in ar and eo locales
Updated•9 years ago
|
Component: General → Localization
Product: Toolkit → Core
status-firefox51:
--- → affected
Comment 3•9 years ago
|
||
This isn't a localization issue, AFAICT, back to toolkit. My suspicion is that the sizeToContent fails, but I have no idea why, and if that's actually the case.
I don't find any getters for localized heights on the way, though.
Component: Localization → General
Product: Core → Toolkit
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•