View Issue Details

IDProjectCategoryView StatusLast Update
0003515CSSBug Report - Interfacepublic2022-04-10 20:40
ReporterNewser Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionfixed 
Summary0003515: Image preview is being cut off at the top of the table in the tag list
DescriptionI have only encountered it for tag entries, specifically
If you hover over the thumbnail and size of the appearing image preview exceeds the size of the tag list table, then only the part inside the table would be shown (see attachment below for illustration)
Steps To ReproduceVisit any tag that has entries with pictures (preferably big), e.g. http://anidb.net/t6097
Hover over the first few thumbnails in the list
Additional InformationThis css rule fixes the issue:

#layout-main div.tag_all .g_bubblewrap, #layout-main div.tag_all table.animelist, #layout-main div.tag_all table.characterlist { overflow-x: initial; }

It also happens to fix another issue you may see in the attachment below – the "x" button at the top right corner of the filters being cut
TagsNo tags attached.

Activities

Newser

2022-01-09 20:33

reporter  

Issue History

Date Modified Username Field Change
2022-01-09 20:33 Newser New Issue
2022-01-09 20:33 Newser File Added: AniDB_image_preview_cut_off_at_top_in_tag_list.png
2022-01-25 12:24 Newser Description Updated
2022-01-25 12:24 Newser Steps to Reproduce Updated
2022-01-25 12:24 Newser Additional Information Updated
2022-02-27 15:09 DerIdiot Project AniDB Website => CSS
2022-04-10 20:40 DerIdiot Assigned To => DerIdiot
2022-04-10 20:40 DerIdiot Status new => resolved
2022-04-10 20:40 DerIdiot Resolution open => fixed