Opened 10 years ago
Closed 10 years ago
#13823 closed bug (invalid)
`text` method is not behaving correctly
Reported by: | Owned by: | ||
---|---|---|---|
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
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:3 Changed 10 years ago by
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.