Loading...
 
Skip to main content

Blue Alert box after saving a tiki page stays on top of "Wiki top line location"

Status
Open
Subject
Blue Alert box after saving a tiki page stays on top of "Wiki top line location"
Version
15.x
Category
  • Usability
Feature
Wiki (page view, edit, history, rename, etc)
Resolution status
New
Submitted by
Fernando Torres
Lastmod by
Fernando Torres
Rating
(0)
Description

Blue Alert box after saving a tiki page stays on top of "Wiki top line location" when it`s on the top position , making it difficult to close the alert. Its because the alert div is rendered after the top line, and they stack. (lack of a clear property?)

I use this custom JS to make it work: $('#col1 > .pull-right').insertAfter('#col1 > .alert.alert-info.alert-dismissable');

Tested in a trunk show instance, and everything seems right. Maybe it has been fixed in the trunk? Can we make it to te 15.x?

Show instance: http://fvtorres-11800-5973.show.tikiwiki.org
User: admin
Pass: 12345

Thanks

Solution
In svn commit 58782 I removed the right-floated div that was causing the overlap with alert messages. "Simplified layout template by removing div.pull-right from around block.quicknav to prevent overlaps caused by uncontained/clearfixed floated wiki topline icons, etc. Sites or themes that need the previous behavior (float the icons and deal with overlaps) can add a "float:right" to div.wikiactions_wrapper."
Importance
5
Easy to solve?
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5973
Created
Friday 03 June, 2016 06:51:39 UTC
by Fernando Torres
LastModif
Monday 06 June, 2016 20:21:27 UTC


Show PHP error messages