[Webkit-unassigned] [Bug 120283] Object style.visibility not coming as inherit when parent's visibility is changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 25 23:55:08 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120283





--- Comment #2 from sheetanshu <sheetanshub at gmail.com>  2013-08-25 23:54:34 PST ---
(From update of attachment 209616)
>
><html>
><body>
><script type="text/javascript">
>function applyFocus()
>{
>	document.getElementById('menuId').focus();
>}
></script>
>
><body BGCOLOR="gray">
><script type="text/javascript">
>
>setTimeout(disable,2000);
>	
>function disable()
>{
>	document.getElementById("parentDiv").style.visibility="hidden"
>	alert("parentDiv visibility status:" + parentDiv.style.visibility);
>	alert("mySelect visibility status:" + childDiv.style.visibility);	
>}  
>
></script>
>
><form>
><div id="parentDiv" style="position:absolute; left:100; top:100;">
>	<textarea id ="childDiv" rows="4" cols="50" >Edit here ..
>    </textarea>
></div>
>
><br />
>    <p>The above text area will be disbled after 2 secs..</p>
></body>
></html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list