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

Links inside a stamped text are not clickable #801

Closed
hidakatsuya opened this issue Nov 7, 2014 · 1 comment
Closed

Links inside a stamped text are not clickable #801

hidakatsuya opened this issue Nov 7, 2014 · 1 comment

Comments

@hidakatsuya
Copy link

My environments are:

  • MacOSX 10.10
  • Prawn 0.12.0, 1.3.0
  • Ruby 1.9.3, 2.1.3
Prawn::Document.generate 'foo.pdf' do
  create_stamp 'bar' do
    text '<b>Prawn</b> <link href="http://github.com">GitHub</link>', inline_format: true
  end
  stamp 'bar'
end

Formats except link are properly rendered, but links are not clickable.

@practicingruby
Copy link
Member

I believe this is a duplicate of #498 but actually gets us lower down the stack. Leaving open until we confirm they're related.

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

No branches or pull requests

2 participants