paging separator widget not displayed for D6
abaddon - May 16, 2009 - 03:40
| Project: | Paging |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
i dont get a button or an image button for create/edit node with the latest paging module and latest D6 version
ive tracked this down to paging/paging.js : line 67
$('textarea.teaser').each(function() {this loop adds the buttons dynamically when configured, the only problem is that my page source for edit/create node (story, body..) doesnt have a textarea with class ".teaser", and no other element with this class (actually i have a div.teaser on the preview page)
also, checking the code from -dev, i think the same bug is present there
does the widget work for anyone else? should i fix the javascript to target the textarea#edit-body or was there a reason for textarea.teaser and theres something not working right on my setup?
thanks

#1
Have you disabled the teaser split part in JavaScript? (which lets you split content into two textareas).
textarea.teaser is always expected to present in normal case. Can you reply to the above question?
#2
i dont understand the question: teaser split part in JavaScript
im using a standard drupal 6 setup, i just have 1 textarea for the body, and via the standard drupal mechanism i can include the break special markup tag to split the body text into teaser and the rest of the content, but i dont have 2 boxes for this, do i need an additional module for this?
ive rechecked the readme file, handbook and project page, im not sure what you meant with 2 textareas, need help figuring out this part :-)
thank you for looking into this
#3
Is there no "Split summary at cursor" form button above the body textarea?
Which theme are you using? Try it in garland?
#4