Geeklog Bugtracker
Geeklog

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000650 [Geeklog] Bugs minor always 2008-06-05 16:24 2008-12-14 08:02
Reporter mst3kroqs View Status public  
Assigned To dhaun
Priority normal Resolution fixed  
Status resolved   Product Version 1.5.0
Summary 0000650: Bouncing Block Title in 1.5.0rc1
Description After clean install, in Admins Only menu, try clicking on 'Links', and then after that clock on 'Topics'. Check out the centerblock title - it drops down below the icon/nav div in the Links plugin, but the way it is rendered in Topic Manager is what is intended, I believe, or at least it is what I would nominally expect.

Additional Information Block Manager
Calendar Manager
Content Syndication
Database Backups
Group Manager
Plugin List
Poll List
Static Page List
Story List
Weblog Directory Services
User Manager
Tags No tags attached.
Target not specified
Attached Files

- Relationships
has duplicate 0000651closed Topics Admin screen layout inconsistencies 

-  Notes
User avatar (0000122)
dhaun (administrator)
2008-06-05 16:59

Actually, Topics and Mail Utility are the only sections that have the "Xxx Manager" above the icon and description.

Since that headline is effectively the block title, it should be above the icon. Probably looks pretty odd with a theme that uses actual blocks (e.g. the old XSilver theme) ...
User avatar (0000123)
dhaun (administrator)
2008-06-07 08:55

Fixed in CVS.

The problem was that the block was created as part of the ADMIN_list / ADMIN_simpleList functions and the icon and description were created outside of that with ADMIN_createMenu.

If no title is passed to ADMIN_list / ADMIN_simpleList now, it won't wrap the list in a block any longer, leaving that to the caller. So now you'd do

COM_startBlock
ADMIN_createMenu
ADMIN_list / ADMIN_simpleList
COM_endBlock

For lists without the icon / description, simply pass the title as part of the $text_arr as before and the list will be wrapped in a block (as before). See e.g. list of past polls.
User avatar (0000125)
mst3kroqs (reporter)
2008-06-08 21:40

Calendar Admin Block still has block title below icon/nav div. The rest look good!
User avatar (0000126)
mst3kroqs (reporter)
2008-06-08 21:55

FYI - Edit Poll screen blocktitle is also below nav.
User avatar (0000131)
dhaun (administrator)
2008-06-10 13:28

Fixed in CVS.

- Issue History
Date Modified Username Field Change
2008-06-05 16:24 mst3kroqs New Issue
2008-06-05 16:59 dhaun Note Added: 0000122
2008-06-05 16:59 dhaun Status new => acknowledged
2008-06-06 09:49 dhaun Relationship added has duplicate 0000651
2008-06-07 08:25 dhaun Status acknowledged => assigned
2008-06-07 08:25 dhaun Assigned To => dhaun
2008-06-07 08:55 dhaun Status assigned => resolved
2008-06-07 08:55 dhaun Fixed in Version => CVS
2008-06-07 08:55 dhaun Resolution open => fixed
2008-06-07 08:55 dhaun Note Added: 0000123
2008-06-08 21:40 mst3kroqs Status resolved => feedback
2008-06-08 21:40 mst3kroqs Resolution fixed => reopened
2008-06-08 21:40 mst3kroqs Note Added: 0000125
2008-06-08 21:55 mst3kroqs Note Added: 0000126
2008-06-09 03:38 dhaun Status feedback => confirmed
2008-06-10 13:28 dhaun Status confirmed => resolved
2008-06-10 13:28 dhaun Resolution reopened => fixed
2008-06-10 13:28 dhaun Note Added: 0000131
2008-12-14 08:02 dhaun Target => not specified
2008-12-14 08:02 dhaun Fixed in Version CVS => 1.5.0


Copyright © 2000 - 2009 Mantis Group
Hosted by pair.com
Powered by Mantis Bugtracker