Navigation Menu

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

Truncated long attribute '...' loading does not quote HTML #1

Closed
mgedmin opened this issue Sep 26, 2013 · 2 comments
Closed

Truncated long attribute '...' loading does not quote HTML #1

mgedmin opened this issue Sep 26, 2013 · 2 comments
Labels

Comments

@mgedmin
Copy link
Owner

mgedmin commented Sep 26, 2013

Originally filed at https://bugs.launchpad.net/zodbbrowser/+bug/1229175

@mgedmin
Copy link
Owner Author

mgedmin commented Oct 1, 2013

I cannot reproduce this!

$ bin/python
>>> from ZODB.DB import DB
>>> db = DB('test.fs')
>>> db.open().root()['a'] = 'and this is something very very long:\n' + '<b>hello, world!</b>\n' * 1000
>>> import transaction
>>> transaction.commit()
$ bin/zodbbrowser test.fs

Before clicking on ...:
nuotrauka i 2013-10-01 14 33 33
After clicking on ...:
nuotrauka i 2013-10-01 14 34 08
The <b> is displayed as is, and not interpreted as an HTML tag.

What browser do you use, @agroszer?

@mgedmin
Copy link
Owner Author

mgedmin commented Jan 29, 2014

Closing as I can't reproduce this. If it still happens, please reopen (preferably with an attached screenshot).

@mgedmin mgedmin closed this as completed Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant