kiwidoggie / Rime

Rime's Bug Tracker
2 stars 0 forks source link

Improper handling of elements within lists #5

Closed Powback closed 8 years ago

Powback commented 8 years ago

Lua should not be generated on list items. This makes us unable to open items. Perhaps Rime only checks the root type instead of the parent type of the selected item?

This is the result of clicking on one of the children in the list. Clicking on the textbox will make you edit the text instead of opening the partition. image

kiwidoggie commented 8 years ago

This is due to the PartitionBrowser not handling sub-classes as fully different objects. This should be corrected in the new UI that is coming.

kiwidoggie commented 8 years ago

NoFaTe has fixed this in a previous build.