Side navigation
#13823 closed bug (invalid)
Opened April 26, 2013 12:29AM UTC
Closed May 10, 2013 08:44AM UTC
`text` method is not behaving correctly
Reported by: | diofeher@gmail.com | Owned by: | diofeher@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Just after upgrading to jQuery 1.9.1 a lot of code of my application broke in elements that used .text method.
For example (inspector console):
- $('#extend_project_link').text('test')
<a href="#" class="button" id="extend_project_link">[object Text]</a>
Instead of placing the text in the element, [object Text] is added instead. My pull request address this issue: https://github.com/jquery/jquery/pull/1256
Attachments (0)
Change History (3)
Changed April 26, 2013 12:57AM UTC by comment:1
owner: | → diofeher@gmail.com |
---|---|
status: | new → pending |
Changed May 10, 2013 08:44AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
This seems to work fine for me. http://jsfiddle.net/hfuV6/
Can you provide a test case that includes only jQuery core? I suspect the problem is in a plugin or other code.