php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60451 Problems with new themes
Submitted: 2011-12-06 11:52 UTC Modified: 2011-12-14 20:13 UTC
From: seros@php.net Assigned: yannick (profile)
Status: Closed Package: Online Doc Editor problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2011-12-06 11:52 UTC] seros@php.net
Description:
------------
1) Only can save a file once. When you modify a file and save it, then if modify again, the save button doesn't enable. And Ctrl+S doesn't work.
2) Re-indent doesn't work properly.
3) Can't select whole words with accents while double clicking.
4) Sometimes I note a delay when typewritting.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-07 05:04 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=320556
Log: Fix part of bug #60451 : we can now save more than once a file
 [2011-12-08 14:47 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=320663
Log: Fix part of bug #60451 : we can now save the file with ctrl+s shortcut
 [2011-12-08 14:48 UTC] yannick@php.net
Could you give an example for 2) & 3) ? It's works just fine for me
 [2011-12-08 15:01 UTC] yannick@php.net
Can you please provide me an example for 2) ?

Point 3) is actually a bug from codemirror. I just spot it to the main 
developper. Wait for an answer.

Point 4), it's just because others tasks are done in the same time, like ping() 
task, or because the hilighting isn't finish on a big file.
 [2011-12-08 15:52 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=320672
Log: Fix part of bug #60451 : we can now select a word with some accents by doubleclick on it
 [2011-12-08 16:23 UTC] seros@php.net
E.g. of 2) (multiline contents)

<listitem>
 <para>
  This is a
    line
another line
  etc.
</para>
</listitem>

When re-indent, should result in (note lines 2 & 3 and the closed tag of para)

<listitem>
 <para>
  This is a
  line
  another line
  etc.
 </para>
</listitem>

but sometimes work, other not...
 [2011-12-10 09:53 UTC] yannick@php.net
-Assigned To: +Assigned To: yannick
 [2011-12-14 20:12 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=321026
Log: Fix bug #60451 : now, re-ident will work as expected
 [2011-12-14 20:13 UTC] yannick@php.net
-Status: Assigned +Status: Closed
 [2011-12-14 20:13 UTC] yannick@php.net
This bug has been fixed in SVN, and should show up online in an
hour or three.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 02:01:31 2024 UTC