语言

Menu
Sites
Language
Bug/Error: Button pressed state lost when slider on form

Hello,

Default Orientation is ORIENTATION_AUTOMATIC. 

When we got form with only one button centered in landscape and portrait mode

1. Press button and hold your finger on it
2. Rotate device to change orientation
3. Orientation changed, form is recreated and BUTTON IS STILL PRESSED which is CORRECT behavior

But...

When there is a Slider control on the form... when we try to hold button... after rotation it is NOT PRESSED which is NOT CORRECT!

Regards.

 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

4 回复
wil smith
AFAIK, when orientation gets changed, all the controls get redrawn and by default it doesn't save the pressed state details.
Michał
So better check it before writing... Is there any place exept this forum to report bugs or get professional help about Native Samsung (Bada source code) part of Tizen OS?
wil smith
You can raise bugs through "Bug Tracker" @https://bugs.tizen.org/jira
Michał
In version 2.2b after orientation change pressed state of button is not saved. How to make app if in one version something is working other way...? 2.1 no hardware back button like in bada, 2.2 hardware button required.. so maybe in 2.3 also menu button appears... Regards