| Summary: | Editor Styles Settings page should wrap style labels in <label for> | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Carolyn MacLeod <Carolyn_MacLeod> | ||||
| Component: | Client | Assignee: | Carolyn MacLeod <Carolyn_MacLeod> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | Silenio_Quarti | ||||
| Version: | 8.0 | ||||||
| Target Milestone: | 10.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| See Also: |
https://git.eclipse.org/r/53556 https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=840564c581ff4b20ad41c4563a854f8186a854fc |
||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Carolyn MacLeod
Created attachment 255715 [details]
patch to fix font size and colors
Here is a "text patch" <g> for the Font size and color labels.
I'll figure out how to commit it through Gerrit on Monday.
Changes are in file themes/ThemeBuilder.js
Regarding the Theme combo, I have a couple of questions before I make the change:
1) Why is there a space between Theme and : ? (i.e. does someone care, or is it just a typo)
2) Why is there ${ } for the first Theme span (line 213)? (it's not on the 2nd span on line 219).
3) Is there a reason why "Theme:" isn't externalized? There is a "Theme:" defined in settings/nls/root/messages.js on line 216.
SSQ, do you know the reasons?
Both strings should have the ${} so that they get externalized. The string in the ${} must match the key in the messages file.
Just remove the space. Nobody cares.
New Gerrit change created: https://git.eclipse.org/r/53556 Gerrit change https://git.eclipse.org/r/53556 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=840564c581ff4b20ad41c4563a854f8186a854fc This was fixed a while ago. |