Skip to content
Snippets Groups Projects
Commit ee19ef54 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

EXT-8343 FIXED Fixed inability to rename a wearable containing non-ASCII character in the name.

It is actually possible to edit a default item name in My Inventory: when
user clicks on the input field, all its text gets selected, so user can just
enter the new name (although editing the old name is disallowed).

This fix implements the same behavior in the Edit Wearable panel by
selecting the name when the input field gets focused.

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/763/

--HG--
branch : product-engine
parent 0def4c60
No related branches found
No related tags found
No related merge requests found
...@@ -242,6 +242,7 @@ ...@@ -242,6 +242,7 @@
max_length="63" max_length="63"
name="description" name="description"
prevalidate_callback="ascii" prevalidate_callback="ascii"
select_on_focus="true"
text_color="black" text_color="black"
top_pad="3" top_pad="3"
width="290" /> width="290" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment