Community
Participate
Working Groups
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: 20090619-0625 if you try to open a php file with this text in it: <style>@import"<??>/<??>"</style> or <style>@import"<?='x'?>/<?='y'?>"</style> or <style>@import"<?='x'?>X<?='y'?>"</style> and etc the php file cant be loaded and you get an error msg says "Could not open the editor: Argument not valid" if you change style to script or @import to something else the file will open without an error msg. Reproducible: Always Steps to Reproduce: 1. create new php file. 2. put this text in it: <style>@import"<??>/<??>"</style> 3. save it. close it. 4. try to open it. 5. get an error msg. :( the original line that cause this error: <style> @import "<?=$appconfig->appurl?>lib/dojosdk/dijit/themes/<?=$this->dojo_theme?>/<?=$this->dojo_theme?>.css"; </style>
The webtools (sse css) guys have already fixed this bug. See #240309 for more details. Thanks for reporting! *** This bug has been marked as a duplicate of bug 240309 ***
im sorry but i dont think this is a duplicate bug, im using pdt 2.1.0 (relatively new version) the text the use entered there is working ok in my editor! but the text i wrote here cause an error msg! this is a new bug! try it and you will see.
nir, see Bug 282218.
thank you, you right, this is a duplicate. *** This bug has been marked as a duplicate of bug 282218 ***