action #10226
closed
- Subject changed from openqa comments to openqa comments renders URL with subsequent characters incorrectly
- Assignee set to okurz
- Subject changed from openqa comments renders URL with subsequent characters incorrectly to openqa comments renders URL incorrectly
- Description updated (diff)
- Assignee set to okurz
- Priority changed from Low to Normal
coolo you have been working on comments. Can you point me to where I could test rendering of the comments? Looks like input of comments can be checked here:
t/ui/15-comments.t
But it seems I can not check the autoreplace of comments there. ideas?
why not? you have the generated HTML there - and this HTML needs to have your rewrites. Javascript is more complex, but there is no javascript involved.
- Target version set to Milestone 1
- Status changed from New to Resolved
- % Done changed from 0 to 100
coolo wrote:
why not? you have the generated HTML there - and this HTML needs to have your rewrites. Javascript is more complex, but there is no javascript involved.
Yeah, resolved. My problem was the call method 'text' on the DOM object which (correctly) put together all text parts which looked like the input to me as the href tags in between were not shown. The test in t/ui/15-comments.t now correctly checks for each individual URL both the text representation as well as the 'a href' part. A bit verbose though.
Also available in: Atom
PDF