Skip to main content

Bug Tracker

Side navigation

#9531 closed bug (worksforme)

Opened June 06, 2011 07:14PM UTC

Closed March 27, 2012 03:16AM UTC

calling show() before attaching to DOM fail on chrome or IE

Reported by: testerez@gmail.com Owned by: rwaldron
Priority: high Milestone: 1.next
Component: effects Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:
Description

<html>

<head>

<script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>

<script type="text/javascript">

$(function(){

$('<div class="hidden"/>')

.show()

.text('You can see me withFirefox')

.appendTo('body');

});

</script>

<style>

.hidden{display:none;}

</style>

</head>

<body>

</body>

</html>

Attachments (0)
Change History (2)

Changed June 07, 2011 02:16PM UTC by rwaldron comment:1

component: unfiledeffects
owner: → rwaldron
priority: undecidedhigh
status: newassigned

Changed March 27, 2012 03:16AM UTC by mikesherov comment:2

resolution: → worksforme
status: assignedclosed

This is now working in 1.7.2