Bug Tracker

Modify

Ticket #1139 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

hide/show bug

Reported by: d3 Owned by:
Priority: major Milestone: 1.1.3
Component: effects Version: 1.1.2
Keywords: Cc:
Blocking: Blocked by:

Description

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Show/Hide Test</title>
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript">
    <!--
       $(document).ready(function(){
         $('p').hide('fast', function() {$(this).show('fast')});
       });
    //-->
    </script>
</head>
<body>
<p>Test text</p>
</body>
</html>

After loading in browser I see:

<body style="position: static;">
<p style="display: block; opacity: 0.9999;">Test text</p>
</body>

Opacity is not restored to 1.

Attachments

test.htm Download (496 bytes) - added by d3 6 years ago.
sample file

Change History

Changed 6 years ago by d3

sample file

comment:1 Changed 6 years ago by john

  • Status changed from new to closed
  • Resolution set to duplicate

This has already been resolved in SVN.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.