Posted by jantimon on January 23, 2012 at 5:16pm
4 followers
| Project: | Wysiwyg |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This bug had been fixed for Drupal 6: #403728: none.js is broken when Drupal.behaviors.textarea is not initialized..
I guess that the bug was created during the Drupal 7 port.
The line
if (Drupal.behaviors.textarea.attach) {raises
Drupal.behaviors.textarea is undefined| Attachment | Size |
|---|---|
| wysiwyg7.x-none-js-fix.patch | 578 bytes |
Comments
#1
I think we just want to remove the
.attachfrom the line.#2
You are probably right - there won't be a behavior without an attach function.
#3
Committed #2 to D7 branch.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.