Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#29334 closed defect (bug) (invalid)

jQuery sometimes escapes the first chevron when included in head tag

Reported by: hedi31's profile hedi31 Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.9.2
Component: General Keywords: close
Focuses: Cc:

Description

hi,
I'm using wordpress 3.9.2 which include jQuery 1.11.0 on head tag.
My theme use scripts (included in function.php with wp_enqueue_script) which depends on jquery, so wordpress load jquery on head.
When we refresh the page (in chrome source code ciewer), sometimes, the first opening chevron on the included jquery library is missing.

it output :

script type='text/javascript' src='http://nolook.fr/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>

instead of :

<script type='text/javascript' src='http://nolook.fr/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>

I've made a video to show the bug : https://www.youtube.com/watch?v=aUuTE-TEVAc

please also see the image in attachment

Attachments (1)

Capture d’écran 2014-08-23 à 14.33.46.png (377.9 KB) - added by hedi31 10 years ago.
missing first chevron on jquery included library

Download all attachments as: .zip

Change History (6)

@hedi31
10 years ago

missing first chevron on jquery included library

#1 @SergeyBiryukov
10 years ago

  • Keywords reporter-feedback added

Does it still happen with all plugins disabled and a default theme (Twenty Fourteen or Twenty Thirteen) activated?

#2 @DrewAPicture
10 years ago

  • Summary changed from Jquery sometimes escape first chevron when included in head tag to jQuery sometimes escapes the first chevron when included in head tag

#3 @hedi31
10 years ago

Ok thank you and sorry, it comes from a plugin : https://wordpress.org/plugins/ultimate-wp-query-search-filter/

When I disable this plugin, it doesn't happen anymore.

#4 @hedi31
10 years ago

  • Keywords close added; reporter-feedback removed

#5 @SergeyBiryukov
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.