public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar
@ 2021-07-03 11:09 giecrilj at stegny dot 2a.pl
  2021-07-03 11:16 ` [Bug libstdc++/101306] " giecrilj at stegny dot 2a.pl
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-03 11:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101306

            Bug ID: 101306
           Summary: positioning at line anchors is disturbed by the
                    navigation bar
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: giecrilj at stegny dot 2a.pl
  Target Milestone: ---

When I navigate to a line anchor like #l02373, the following things happen:
1. The source file opens.
2. The source file scrolls to the anchor.
3. The navigation bar opens.
4. The source file scrolls to the beginning.

Workaround:
1. Change the anchor to #l02372!
2. Press ⏎!
3. Change the anchor to #l02373!
4. Press ⏎!

(Steps 1 and 2 are necessary, at least in Chrome, because without them ⏎
reloads the page—which recreates the bug.)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/101306] positioning at line anchors is disturbed by the navigation bar
  2021-07-03 11:09 [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar giecrilj at stegny dot 2a.pl
@ 2021-07-03 11:16 ` giecrilj at stegny dot 2a.pl
  2021-07-03 11:21 ` giecrilj at stegny dot 2a.pl
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-03 11:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101306

--- Comment #1 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
Interestingly enough, the problem does not affect <URL:
https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a00209_source.html#l00060
>.  It may be a timing issue—the latter document is way smaller.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/101306] positioning at line anchors is disturbed by the navigation bar
  2021-07-03 11:09 [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar giecrilj at stegny dot 2a.pl
  2021-07-03 11:16 ` [Bug libstdc++/101306] " giecrilj at stegny dot 2a.pl
@ 2021-07-03 11:21 ` giecrilj at stegny dot 2a.pl
  2021-07-03 19:41 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-03 11:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101306

--- Comment #2 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
(In reply to Christopher Yeleighton from comment #1)
> Interestingly enough, the problem does not affect <URL:
> https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/
> a00209_source.html#l00060 >.  It may be a timing issue—the latter document
> is way smaller.

I am sorry, that was just an illusion.  Wrong there too.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/101306] positioning at line anchors is disturbed by the navigation bar
  2021-07-03 11:09 [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar giecrilj at stegny dot 2a.pl
  2021-07-03 11:16 ` [Bug libstdc++/101306] " giecrilj at stegny dot 2a.pl
  2021-07-03 11:21 ` giecrilj at stegny dot 2a.pl
@ 2021-07-03 19:41 ` redi at gcc dot gnu.org
  2021-07-03 20:01 ` giecrilj at stegny dot 2a.pl
  2021-07-05  7:16 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-07-03 19:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101306

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
You should report this to doxygen then. The html is produced by doxygen, not
GCC.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/101306] positioning at line anchors is disturbed by the navigation bar
  2021-07-03 11:09 [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar giecrilj at stegny dot 2a.pl
                   ` (2 preceding siblings ...)
  2021-07-03 19:41 ` redi at gcc dot gnu.org
@ 2021-07-03 20:01 ` giecrilj at stegny dot 2a.pl
  2021-07-05  7:16 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-03 20:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101306

Christopher Yeleighton <giecrilj at stegny dot 2a.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
(In reply to Jonathan Wakely from comment #3)
> You should report this to doxygen then. The html is produced by doxygen, not
> GCC.

I reported at <URL: https://github.com/doxygen/doxygen/issues/8648 >.  Please
go there and fill in the version details as requested.  I tried to resolve this
one as UPSTREAM but there is no such resolution available.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/101306] positioning at line anchors is disturbed by the navigation bar
  2021-07-03 11:09 [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar giecrilj at stegny dot 2a.pl
                   ` (3 preceding siblings ...)
  2021-07-03 20:01 ` giecrilj at stegny dot 2a.pl
@ 2021-07-05  7:16 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-07-05  7:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101306

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
MOVED is the appropriate resolution, thanks

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-05  7:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-03 11:09 [Bug libstdc++/101306] New: positioning at line anchors is disturbed by the navigation bar giecrilj at stegny dot 2a.pl
2021-07-03 11:16 ` [Bug libstdc++/101306] " giecrilj at stegny dot 2a.pl
2021-07-03 11:21 ` giecrilj at stegny dot 2a.pl
2021-07-03 19:41 ` redi at gcc dot gnu.org
2021-07-03 20:01 ` giecrilj at stegny dot 2a.pl
2021-07-05  7:16 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).