Loading...
 
Skip to main content

spreadsheet buttons jump around on hover

Status
Closed
Subject
spreadsheet buttons jump around on hover
Version
14.x
Category
  • Usability
Feature
Theme: Look & feel, Styles, CSS, Theme Control Center
Resolution status
Fixed or Solved
Submitted by
drsassafras
Lastmod by
drsassafras
Rating
(0)
Description

while using the paper template, spreadsheet UI style is broken, as it "moves" around when you try to click a button.


After hours of trying to debug this, I found that it was not specifically related to paper. The UI buttons jump around on many themes.

In the end I narrowed the issue down to a style in tiki_base.css

by removing the padding rule under a.toolbar:hover, the UI no longer jumps around.

a.toolbar,
a.toolbar:hover {
padding: 4px 2px;
display: inline-block;
border: none;
background: transparent;
}


Solution
This issue was fixed. I dont know exactly when it was fixed but its working just fine for me in 17.0 I presume is was fixed quite some time ago.
Workaround
Remove the above specified line from /themes/base_files/css/tiki_base.css
Easy to solve?
10 easy
Priority
50
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5889
Created
Thursday 07 April, 2016 05:01:01 UTC
by drsassafras
LastModif
Sunday 02 April, 2017 03:30:38 UTC


Show PHP error messages