jision / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

html entities wont be displayed properly when editing a document #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create document with the the value 
http://www.website.com/test.htm?view=prices&month=20123&currentpage=1
2. in the collection overview the value displays correctly
3. when editing the newly inserted document

What is the expected output? 
When editing the newly inserted document the text area should display 
http://www.website.com/test.htm?view=prices&month=20123&currentpage=1 

What do you see instead?
http://www.website.com/test.htm?view=prices&month=20123¤tpage=1
so it renders the original url 
http://www.website.com/test.htm?view=prices&month=20123&currentpage=1 as
http://www.website.com/test.htm?view=prices&month=20123¤tpage=1

RockMongo Version (1.0.10)
Operation System (Debian Lenny)
PHP Version (PHP 5.3.6-6~dotdeb.0)
php_mongo Version (mongo/1.1.4)
MongoDB version (1.8.2)

Please provide any additional information below.
think it has something to do with converting the entities

Original issue reported on code.google.com by peterbos...@gmail.com on 7 Jul 2011 at 7:08

GoogleCodeExporter commented 8 years ago
I think I fixed that. Fix will be available in the next commit

Original comment by anton.ze...@gmail.com on 8 Aug 2011 at 1:27