Bug#515779: iceweasel: select onchange method is called when selected option is disabled

2014-07-23 Thread Givors Fabien
Package: iceweasel
Version: 30.0-2

Dear Maintainer,

In the current Jessie version, a disabled option can no longer be
selected. Hence, the bug can not be reproduced anymore.

The HTML code initially provided my Thierry now behaves as expected, and
no unwanted onchange event is generated.

I hence recommend to close this bug.

Regards,

-- 
fabien


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#602463: ITP: libclanlib2.2 - ClanLib 2.2 game SDK

2010-11-04 Thread Givors Fabien
Package: wnpp
Severity: wishlist


* Package name : libclanlib2.2
  Version  : 2.2.4
  Upstream Author  : The ClanLib Team
* URL  : http://clanlib.org/
* License  : ZLIB
  Programming Language : C++
* Description  : ClanLib 2.2 game SDK

New stable release of the ClanLib SDK, a game framework (GUI / Network /
2D-3D Display / Sound / whatever).
This new version of ClanLib doesn't share it's API with the previous
version. Then it doesn't replace it but brings with it a lot of new
features and code improvement.

The package can be found on mentors.debian.net:
- mentors page URL:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=libclanlib2.2
- URL: http://mentors.debian.net/debian/pool/main/l/libclanlib2.2
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free


-- 
fabien givors



signature.asc
Description: OpenPGP digital signature


Bug#526442: Can't use thread at all with perl4caml

2009-05-01 Thread Givors Fabien
This new program, also ending with a segfault, shows that the problem is 
not related to the use of the same instance of the mech object.


 main.ml 
let mech = Pl_WWW_Mechanize.new_ ()
let m = Mutex.create ()

let evil_thread () =
  Mutex.lock m;
  let _ = Pl_HTML_TreeBuilder.new_from_content html/html in
  Mutex.unlock m

let _ =
  Mutex.lock m;
  mech#agent_alias Linux Mozilla;
  mech#get http://www.gnu.org;;
  Mutex.unlock m;
  let _ = Thread.create evil_thread () in
  Mutex.lock m;
  print_string mech#content;
  Mutex.unlock m



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org