Bug Tracker

Modify

Ticket #11701 (closed bug: invalid)

Opened 14 months ago

Last modified 14 months ago

jQuery doesn't play nice with MS Gridview for .show() & .hide()

Reported by: jsholsinger@… Owned by:
Priority: low Milestone: None
Component: misc Version: 1.7.2
Keywords: Cc:
Blocking: Blocked by:

Description

First show() markup (target element is $("#ComponentDropDown"): <div id="ComponentDropDown" style="display: none;" name="ComponentDropDown"> <div> <table class="DropDownGridView" id="ctl00_ContentPlaceHolder1_ComponentGridView1" style="border-collapse: collapse;" border="1" rules="all" cellSpacing="0" cellPadding="2" name="ComponentGridView1" Criteria="TBL_PERSON_LOCATION.COMPONENT_ID">

====================================== Select an item from DropDown Div: <div id="ComponentDropDown" name="ComponentDropDown"> <div style="display: none;" jQuery17202267196457407552="5"> <table class="DropDownGridView" id="ctl00_ContentPlaceHolder1_ComponentGridView1" style="border-collapse: collapse;" border="1" rules="all" cellSpacing="0" cellPadding="2" name="ComponentGridView1" Criteria="TBL_PERSON_LOCATION.COMPONENT_ID">

======================================== .click event will continue to fire, but show and hide on the target element doesn't

Change History

comment:1 Changed 14 months ago by sindresorhus

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to misc

Thanks for taking the time to try to contribute to the jQuery project but this is not a valid bug. This bug tracker is not a support forum, and is only for solving reproducible, verifiable bugs with jQuery Core itself.

If you require assistance with your code, try asking in the  forums, #jquery on Freenode, or on  StackOverflow.

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.