Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gecko_ia2 virtual buffer: Trim URLs of links with no content #104

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Closed

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2008-06-10 09:34
At present, in the gecko_ia2 virtual buffer, if there is a link with no content, the full URL is rendered into the buffer. This is because the code eventually falls back to value if no other text is found. While links with no content are uncommon, they do occur, usually where a style is used to visually represent the link in some other way. Instead of rendering the full URL into the buffer, the URL should be trimmed in the same way as URLs for graphics; i.e. using getNameForURL().

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2008-06-22 10:56
Implementation included in misc deps 2008-06-17-01.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants