|
|
|
[
Permlink
| « Hide
]
Rob Linden added a comment - 28/Sep/09 11:55 AM
I did some playing around today, and it appears as though the best thing to do is to leave things pretty much as I have until someone who actually knows the language does a translation. I've updated the text for a little more clarity and using the Google-recommended wording for the "powered by Google" bit.
On the proposed patch:
Without some further change in floater_chat_history.xml, the new checkbox is easily clipped/vanished awkwardly by a resizing the Local Chat window. To repro, shrink the Local Chat window horizontally, then open the (<<) Participant List. The value that would need to be changed further is the min_width of the parent <floater> node: <floater bottom="27" can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="true" can_tear_off="true" enabled="true" height="270" left="15" min_height="150" min_width="425" mouse_opaque="true" name="chat floater" rect_control="FloaterChatRect" title="Local Chat" width="435"> The min_width might need to increase by 200px in order to prevent the floater from shrinking smaller than the text labels it contains. Or perhaps more, because opening the (<<) Participants panel in this floater further truncates the new checkbox. In localizations, we typically increase the enforced min_width to prevent this kind of awkward "disappearing UI." It is a workaround to inherent I18N design limitations in the floater's layout of widgets. I reviewed this and tested... looks good to me (except for the width issues above...)
Hi Ramzi and Thickbrick - thanks for the review. I'm worried that enforcing a larger minimum width might annoy people more than having the text truncated at minimum width, but now that I've opened the Participant List, I can see how this would completely disappear. Hrmph.
Ok, here's what I'm going to do. I'm going to increase the minimum width for now. However, I'm also going to file a bug to make sure we don't leave it like that, because I think that'd suck. More in a bit.... Revision 2804
Files affected: A more I18N-friendly layout might be to put the checkbox underneath the existing one, [X] Show muted text. (like a vertical list). However that also needs (some) re-layout of the XUI to make it work.
Either way is possible... These are the joys and angst of the viewer's UI design. Thanks for the suggestion Ramzi. I've created
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||