dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.09k stars 1.56k forks source link

Clicking on sidebar to member defined in a subclass navigates to the subclass, not the docs on the current class #19139

Closed kevmoo closed 9 years ago

kevmoo commented 10 years ago

Example: pkg/http -> Request extends BaseRequest

Open docs for Request https://api.dartlang.org/apidocs/channels/be/dartdoc-viewer/http/http.Request

Click on 'url' Property on right sidebar

Expected: page scroll to final Uri url on that page

Actual: navigates to BaseRequest page https://api.dartlang.org/apidocs/channels/be/dartdoc-viewer/http/http.BaseRequest#id_url

nicolasgarnier commented 9 years ago

This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/dartdoc-viewer/issues


Added MovedToGithub label.