Modify ↓
Ticket #82 (closed bug: fixed)
.get() issues
| Reported by: | Abdur-Rahman Advany | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The current code in the base only gives back an normale object instead of the handy methods...
The old code:
return i == null ? this.cur : this.cur[i];
replaces by:
return i == null ? $(this.cur) : $(this.cur[i]);
seem to work fine.
Change History
comment:3 Changed 7 years ago by anonymous
- Status changed from new to closed
- Resolution set to fixed
well, could just use the inline syntax with eq
comment:4 Changed 7 years ago by Heidi
- Cc Heidi added; rails@… removed
- Component changed from core to 1
- Summary changed from $('document').get(x) behaves strange in Internet Explorer to Heidi
- Priority changed from major to 1
- Version set to 1
- Milestone set to 1
- Keywords Heidi added
- Type changed from bug to 1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
