Closed (fixed)
Project:
Paging
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2006 at 03:51 UTC
Updated:
30 Mar 2006 at 02:00 UTC
HTML tags failed to work correctly when paging.module was turned on. Example:
< center>< b>test< /b>< /center> (no spaces) : test failed to center and it wasn't bold neither. This happened to many other html tags as well.
Comments
Comment #1
merlinofchaos commentedThis should be fixed in HEAD now. I'm not completely sure because what I fixed doesn't entirely match what you described, but I think you'd have to know a fair bit about the guts of the system to have described it properly.
Please let me know.
Comment #2
trantt commentedI'm not exactly sure what you were talking about Earl. What do you mean by 'HEAD' and 'fair bit about the guts of the system to have described it properly.'? As I mentioned on my first post, many html tags (center, bold, h1, h2, etc...) were working correctly on a normal drupal page but as soon as paging was turned on and
< !--pagebreak--> tag was used, most of the html tages were stop working.
Example
< center> My title< /center> -> 'My title' will center on the middle of the page as long as paging module and the
< !--pagebreak--> tag weren't used. With these two turned on, 'My title' will displaying of the left site of the page instead of centering on the middle of a page. I'm not sure how I can explain this better.
Thanks for your help.
Comment #3
merlinofchaos commentedWell knowing about the guts of the system is exactly the kind of thing you'd need to know.
The problem was (I think) that it was using the wrong variable when setting the output filter, and was using the default filter even though you were (I assume) setting the node to use the full HTML filter.
By head I mean current version in CVS. I tagged it, but the tarballs only generate twice a day I think. By tomorrow morning it should be a new version for you.
Comment #4
trantt commentedEarl,
The HMTL tags are working but the latest patch created a new issue. The latest page.mode took away the links between the 1st page and other pages (last page, next page, 1, 2, n links). In another word, there wasn't a way that we can get to the 2nd page and so on...
Thanks
Comment #5
(not verified) commented