Problems with the embedded html and a bug concerning the view-pager
LeisureLarry - January 9, 2008 - 14:45
| Project: | EasyLink |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
In the function easylink_loader you are using bad html-code. Why are you using a frameset-doctype for a content page and a second html-tag for beginning the body (and not closing it)?
Attached a fixed version of your module file (using the todays download). Also added an id to the body tag in order to be able to define special css for easylink.
Besides there seems to be a bug concerning paging of the view. If want to select a link at the seocnd page and try to click something in the pager at the second page, the pager link will be added as new link.
Greats from Germany
LeisureLarry
| Attachment | Size |
|---|---|
| easylink.module.txt | 6.38 KB |

#1
Concerning the problem with the view paging I decided for me to scroll the list instead. Therefore I added scrollbars:"yes" to the tinyMCE.openWindow in editor_plugin.js and disabled paging in the view (had to set the number of nodes to 999 instead of 0). Besides I deleted the filter for my own content as I want to see all nodes.
Greats from Germany
LeisureLarry