UniversalDevicesInc / UD-Mobile-iOS

Issue-only repository for tracking issues related to the UD Mobile iOS App
6 stars 0 forks source link

Ordering a button among data elements #39

Closed hart-2-hart closed 3 years ago

hart-2-hart commented 3 years ago

When attempting to reorder components of a node, moving a button up among pure data elements will either crash the app or the change will not stick. Using Venstar NodeLink thermostat.

JavierRefuerzo commented 3 years ago

Hi @hart-2-hart ,

Version 0.2.7 should be released sometime today, this fixes a crash when an element is moved to an invalid section. Please let me know if the issue is not resolved in 0.2.7. and I'll try to fix before 0.2.8 is submitted for review.

Version 0.2.8 will have visual queues alerting the user that an element can not be moved to another section. Status elements and button elements can only be sequenced within their respective sections.

Thanks

hart-2-hart commented 3 years ago

It no longer allows button to move into information section and the crash does not occur.

On Wed, May 19, 2021 at 8:33 AM Javi @.***> wrote:

Hi @hart-2-hart https://github.com/hart-2-hart ,

Version 0.2.7 should be released sometime today, this fixes a crash when an element is moved to an invalid section. Please let me know if the issue is not resolved in 0.2.7. and I'll try to fix before 0.2.8 is submitted for review.

Version 0.2.8 will have visual queues alerting the user that an element can not be moved to another section. Status elements and button elements can only be sequenced within their respective sections.

Thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/39#issuecomment-844110692, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATLOG57Z3OGYHSIOHUALR23TOO42PANCNFSM45DUEILQ .

JavierRefuerzo commented 3 years ago

Great, Thank you for the quick verification.