Actions
Feature #41272
closedImprove tooltip positioning for thumbnails
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Currently the tooltip of thumbnails belongs to the a
tag, and the tooltip is placed accordingly above that, covering part of the thumbnail image. This leads to the usability issue of an unclickable area where the tooltip was rendered over the image, even if the tooltip is not shown anymore.
The attached patch fixes that by moving the title
attribute to the img
tag, which results in tooltip placement above the thumbnail image.
Files
Updated by Go MAEDA 2 months ago
- Tracker changed from Patch to Feature
- Subject changed from improve tooltip positioning for thumbnails to Improve tooltip positioning for thumbnails
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r23065. Thank you.
Actions