Reproducable Bugs: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(New page: == These are reproducable serious bugs in the current CVS version== There should be only bugs in here that are not so obvious, or very hard to track, so we can gather information about th...)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== These are reproducable serious bugs in the current CVS version==
== These are reproducable serious bugs in the current CVS version==


There should be only bugs in here that are not so obvious, or very hard to track, so we can gather information about these bugs. Ordinary bugs should go in [[To Do List]]. Known bugs can further be found at:
There should be only bugs in here that are not so obvious, or very hard to track, so we can gather information about these bugs. Ordinary bugs should go in [[ToDo List]]. Known bugs can further be found at:




* [https://bugzilla.gnome.org/browse.cgi?product=bluefish GNOME [[Bug Zilla]] ]
* [https://bugzilla.gnome.org/browse.cgi?product=bluefish GNOME BugZilla ]
* [http://www.freshports.org/www/bluefish [[Free B S]]D ]
* [http://www.freshports.org/www/bluefish FreeBSD ]
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=bluefish Debian ]
* [http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=bluefish Debian ]
* [https://launchpad.net/distros/ubuntu/+source/bluefish/+bugs Ubuntu ]
* [https://launchpad.net/distros/ubuntu/+source/bluefish/+bugs Ubuntu ]
Line 17: Line 17:
''' Olivier '''cannot* reproduce it on an old Debian testing libgtk-2.0.6
''' Olivier '''cannot* reproduce it on an old Debian testing libgtk-2.0.6
* Alastair can reproduce this on Redhat 8.0 gtk2-2.2.2-1
* Alastair can reproduce this on Redhat 8.0 gtk2-2.2.2-1
* Michèle can reproduce this on [[Mac O S]] 10.2.6 with gtk+2.2.1
* Michèle can reproduce this on MacOS 10.2.6 with gtk+2.2.1
''' Olivier can reproduce this on a more updated Debian unstable with libgtk-2.2.2 '''also with gedit*
''' Olivier can reproduce this on a more updated Debian unstable with libgtk-2.2.2 '''also with gedit*


Line 29: Line 29:
<?php
<?php


if(====isset($''SESSION[['client''root_path']]))====
if(isset($_SESSION['client_root_path']))====
{
{
require('header.php');
require('header.php');
Line 48: Line 48:


* Olivier can reproduce this on an old Debian Unstable box with libgtk-2.2.1
* Olivier can reproduce this on an old Debian Unstable box with libgtk-2.2.1
''' Olivier '''cannot* reproduce this with a recent Debian Unstable box with libgtk-2.2.2
** Olivier *cannot* reproduce this with a recent Debian Unstable box with libgtk-2.2.2

Latest revision as of 00:30, 27 October 2008

These are reproducable serious bugs in the current CVS version[edit]

There should be only bugs in here that are not so obvious, or very hard to track, so we can gather information about these bugs. Ordinary bugs should go in ToDo List. Known bugs can further be found at:


The drag and drop bug[edit]

The bug is that you try to drag and drop the bb in aabbcc to the end of the string, but you end up with aabbccbb instead of aaccbb

Olivier can reproduce it on an old Debian Unstable with libgtk-2.2.1 also with gedit* Olivier cannot* reproduce it on an old Debian testing libgtk-2.0.6

  • Alastair can reproduce this on Redhat 8.0 gtk2-2.2.2-1
  • Michèle can reproduce this on MacOS 10.2.6 with gtk+2.2.1

Olivier can reproduce this on a more updated Debian unstable with libgtk-2.2.2 also with gedit*

so it seems to be a gtk2.2 bug, and not Bluefish related

A segfault in the highlighting[edit]

The bug is that you copy the following code into a file, open it, and try to add some newlines in the multiline string:

<verbatim> <?php

if(isset($_SESSION['client_root_path']))==== { require('header.php');

echo \"

File Upload Area

Steps To Upload A File:
1. <form actionfile_upload2.php methodpost enctype=multipart/form-data> <input typefile nameclient_file>
<input typesubmit valueUpload></form> \";

require('footer.php'); } ?> </verbatim>

  • Olivier can reproduce this on an old Debian Unstable box with libgtk-2.2.1
    • Olivier *cannot* reproduce this with a recent Debian Unstable box with libgtk-2.2.2