Storm-844 "More" should be "Less" when Media Control is open
Review Request #78 - Created Jan. 12, 2011 and submitted
Jonathan Yap | Reviewers | ||
2.5 | viewer | ||
storm-844 | |||
None | viewer-development |
"More" should be "Less" when Media Control is open This is a trivial text change in an xml file. The reason I am posting this here is due to some confusion using label_selected. In this case having it set to a different value than when label is set to seems to have no effect, so I have made them identical. I scanned all the xml files and there are only about 5 places where label_selected is different from the preceding label= value. Is there any reason to revert back to having them set to different values? i.e. label="More" and label_selected="Less"
Posted (Jan. 12, 2011, 6:16 a.m.)
-
doc/contributions.txt (Diff revision 1) -
Sorting issue numbers in doc/contributions.txt is a Good Thing(TM), but unrelated to the issue at hand, thus should happen in a separate commit.
Posted (Jan. 13, 2011, 7:32 a.m.)
Tested your patch and after testing it works however you do not need to have label_selected at all it works as expected without to
Posted (Jan. 13, 2011, 8:05 a.m.)
To me, this is the wrong solution. label_selected used to work to allow a button to display different text when it was selected, so you could have a button that said More until it was pressed or selected and displayed more informaiton. At that time the text could change to Less indicating that pressing the button a second time would maybe reduce the information displayed. If the button in question here doesn't change when pressing, that means that something down in the control code is wrong.
Other reviews