ContextPopup: input type="button" popup open issue has been fixed
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / ctxpopup.html
index 7d1873a..df9a00e 100644 (file)
@@ -142,6 +142,12 @@ Code Sample
 <div data-role="popup" id="positionOrigin" class="ui-content" data-theme="d">
        <p style="color:white">I am positioned over the origin.</p>
 </div>
+<br>
+<br>
+<input type="button" data-inline="true"  onclick="popupTest()" value="Open Popup - input type button"/>
+<br>
+<br>
+<div data-role="button" "button" data-inline="true"  onclick="popupTest()">Open Popup - div button</div>
 </div> <!-- /content -->
 
 <div data-role="footer">