-------- Message transféré --------
Sujet : [Gambas Bug Tracker] Bug #1146: wiki incorrectly points to wrong 
position on anchor click if there's a index implicit
Date : Tue, 29 Aug 2017 16:03:02 GMT
De : bugtrac...@gambaswiki.org
Pour : adrien.prokopow...@gmail.com, mckaygerh...@gmail.com, g4m...@gmail.com

http://gambaswiki.org/bugtracker/edit?object=BUG.1146&from=L21haW4-

Comment #12 by Benoît MINISINI:

I think I fixed it, by using "id" instead of "name", and the following CSS 
trick:

A[id] {
 position: relative;
 display: block;
 top: -1em;
 height: 1em;
 margin-bottom: -1em;
}

Benoît MINISINI changed the state of the bug to: Fixed.




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to