Anonymous | Login | Signup for a new account | 2012-09-13 19:32 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
116 | Mantis Plugins | [All Projects] General | public | 2010-03-16 04:20 | 2010-04-08 20:51 | |||
Reporter | Philipp Beckmann | |||||||
Assigned To | John Reese | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Product Version | ||||||||
Target Version | Fixed in Version | |||||||
Summary | 116: jQuery: Installing plugin disables autocompleter | |||||||
Description | The autocompleter for platform/os/os_build gets disabled (white rect under inputfield) when using jQuery. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
Philipp Beckmann (reporter) 2010-03-30 01:14 edited on: 2010-03-30 01:15 |
Adding "jQuery.noConflict();" after including jQuery resolves the issue, but will break various scripts relying on $ to be jQuery. See also: http://docs.jquery.com/Using_jQuery_with_Other_Libraries [^] |
John Reese (administrator) 2010-04-08 20:51 |
Fix committed to master branch, and compatibility fixes committed to snippets.git and source-integration.git |
![]() |
|||
jQuery: master a37f75c6
Timestamp: 2010-04-09 03:32:45 Author: John Reese Committer: John Reese [ Details ] [ Diff ] |
Fix conflict with Projax/Prototype used by Mantis There was a conflict with the Projax/Prototype libraries included with MantisBT over the usage of the $() construct. To solve this, jQuery will only listen on $() inside of jQuery(document).ready(). This means that any plugins using $() outside of .ready() will need to update their scripts to follow the new expectations. |
||
mod - jQuery/jQuery.php | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2010-03-16 04:20 | Philipp Beckmann | New Issue | |
2010-03-30 01:14 | Philipp Beckmann | Note Added: 142 | |
2010-03-30 01:15 | Philipp Beckmann | Note Edited: 142 | View Revisions |
2010-04-08 20:49 | John Reese | Changeset attached | master a37f75c6 => |
2010-04-08 20:51 | John Reese | Note Added: 170 | |
2010-04-08 20:51 | John Reese | Assigned To | => John Reese |
2010-04-08 20:51 | John Reese | Status | new => resolved |
2010-04-08 20:51 | John Reese | Resolution | open => fixed |
Copyright © 2000 - 2012 MantisBT Group
Time: 0.1370 seconds. memory usage: 8,319 KB |