Opened 15 years ago
Closed 13 years ago
#2971 closed bug (invalid)
name.replace throw exceptions
Reported by: | Scolas | Owned by: | jdsharp |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.5 |
Keywords: | jdmenu name.replace | Cc: | |
Blocked by: | Blocking: |
Description
in version 1.2.6
With some plugin like jdmenu ,jquery rises an error on line 1115 in attr block.
We had to add a try catch statement to solve this issue.
try {
name = name.replace(/-([a-z])/ig, function(all, letter){
return letter.toUpperCase();
});
} catch(err) {
do nothing
}
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Component: | core → plugin |
---|---|
Keywords: | jdmenu added |
Owner: | set to jdsharp |
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
Hi Scolas,
Can you attach a test case that demonstrates this issue?
Cheers, -Jonathan