View Issue Details

IDProjectCategoryView StatusLast Update
0000559HTML & PERLBug Report - Interfacepublic2007-06-18 06:13
Reporterkeks Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Summary0000559: Controls slipped out of visible/clickable area
DescriptionIn "My List" the controls for Hide complete, Hide uncomplete, etc. are slipped behind the main controlbar (main, search, calendar etc) as seen in the picture. Furthermore the "Next" Button at the bottom of the page does not appear. Same mistake appears with other css-styles. I'm currently using IE7 but on IE6 it's the same.
TagsNo tags attached.

Relationships

has duplicate 0000606 closed my list controls inaccessible in all "Default *" css schemes under IE 

Activities

2007-01-06 10:30

 

neu-2.jpg (103,191 bytes)   
neu-2.jpg (103,191 bytes)   

keks

2007-01-11 22:11

reporter   ~0001138

Last edited: 2007-01-11 22:12

I took a look at the code and there is something wrong with the state icons. If I delete this part:
<ul class="state">
  
  • <a href="animedb.pl?show=mylist&uid=68747&onlystate=-1&showheader=1&showfiles=1&orderby=name"><span class="i_icon i_state_all" title="all states">all states</span></a>

  •   
  • <a href="animedb.pl?show=mylist&uid=68747&showheader=1&showfiles=1&orderby=name"><span class="i_icon i_state_mixed" title="file with status: mixed state">mixed state</span></a>

  •   
  • <a href="animedb.pl?show=mylist&uid=68747&onlystate=1&showheader=1&showfiles=1&orderby=name"><span class="i_icon i_state_unknown" title="file with status: unknown">unknown</span></a>

  •   
  • <a href="animedb.pl?show=mylist&uid=68747&onlystate=2&showheader=1&showfiles=1&orderby=name"><span class="i_icon i_state_onhdd" title="file with status: on hdd">on hdd</span></a>

  •   
  • <a href="animedb.pl?show=mylist&uid=68747&onlystate=3&showheader=1&showfiles=1&orderby=name"><span class="i_icon i_state_oncd" title="file with status: on cd">on cd</span></a>

  •   
  • <a href="animedb.pl?show=mylist&uid=68747&onlystate=4&showheader=1&showfiles=1&orderby=name"><span class="i_icon i_state_deleted" title="file with status: deleted">deleted</span></a>


  • everything is fine.

    For the next button: I inserted <div class="g_section mylist_list"> after the drop down menu and it is back in the visible area

    epoximator

    2007-01-12 07:03

    reporter   ~0001139

    are you using http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css (http://wiki.anidb.info/w/AniDB:CSS_styles)? ie isn't really supported by anidb

    keks

    2007-01-12 13:15

    reporter   ~0001140

    Yes I use this CSS

    Issue History

    Date Modified Username Field Change
    2007-01-06 10:30 keks New Issue
    2007-01-06 10:30 keks File Added: neu-2.jpg
    2007-01-11 22:11 keks Note Added: 0001138
    2007-01-11 22:12 keks Note Edited: 0001138
    2007-01-11 22:12 keks Note Edited: 0001138
    2007-01-12 07:03 epoximator Note Added: 0001139
    2007-01-12 13:15 keks Note Added: 0001140
    2007-03-31 12:49 epoximator Relationship added has duplicate 0000606
    2007-06-18 06:13 epoximator Status new => closed
    2007-06-18 06:13 epoximator Resolution open => won't fix