Checking one radio button always happened when another button is selected.
If we notify unselected radio button state, screen reader reads it,
instead of reading selected radio button state.
So we ignore unselected radio button state.
Change-Id: I4af92a419a2e08949322d4d671e730c293ab76e4
Signed-off-by: Jihwan Kim <jh_marc.kim@samsung.com>
if (!obj)
return;
-#if defined(TIZEN_ATK_FEATURE_VD)
+#if defined(TIZEN_ATK_FEATURE_VD) || defined(OS_TIZEN_DA_PRODUCT)
// Checking one radio button alway happened when uncheck another button,
// Sometimes the uncheck event comes after the check event and interrupt
// the reading of check event (see browser setting page), so ignore it