[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1146: wiki incorrectly points to wrong position on anchor click if there's a index implicit

Benoît Minisini gambas at ...1...
Tue Aug 29 18:03:51 CEST 2017



-------- 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 : bugtracker at ...3416...
Pour : adrien.prokopowicz at ...626..., mckaygerhard at ...626..., g4mba5 at ...1081....626...

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.







More information about the User mailing list