Bug Tracker

Modify

Ticket #82 (closed bug: fixed)

Opened 7 years ago

Last modified 6 years ago

.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:1 Changed 7 years ago by anonymous

  • Component changed from ajax to core

comment:2 Changed 7 years ago by anonymous

  • Cc rails@… added

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

comment:5 Changed 7 years ago by john

  • Cc Heidi removed
  • Component changed from 1 to core
  • Summary changed from Heidi to .get() issues
  • Priority changed from 1 to major
  • Version 1 deleted
  • Milestone 1 deleted
  • Keywords Heidi removed
  • Type changed from 1 to bug

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.