bugs

AS3 mouseX and mouseY values wrong in Firefox

Hi there, I'm getting some strange behaviour in my Flash movie, only in Firefox for MAC (3.6.2). Basically, the mouseX and mouseY properties of all display objects become massive numbers: > 100000000. This issue only occurs on Firefox, it is not present when the movie is run standalone, nor when it is run on any other browser. The swf...

Segfault in a matrix code using new

Hi all I created a simple class in C++ which has a private dynamic array. In the constructor I initialize the array using new and in the destructor I free it using delete. When I instantiate the class using Class a = Class(..); it works as expected, however it seems I cannot instantiate it using the new operator (Like Class *a = new Cl...

Ajax time created combobox not enabled for dom manipulation in ie6

I make an async request in a web where the response is parsed into a select field where the option gets selected when dom node are ready, it's all ok in all navigators but with internet explorer 6 things gets weirder. I logged all events in ie with scripts of my own getting a variable null assigned, but when i do a alert with it it gets...

SWT Tree max number of elements

So I ran into an issue with SWT Trees and I wanted to know if anyone knows why this is happening and what the work around is (if there is one). If you create a tree and then put into it a large number of elements, then proceed to expand them all, you will notice something odd - the scroll bar on the side disappears. The values are stil...

Why is python decode replacing more than the invalid bytes from an encoded string?

Trying to decode an invalid encoded utf-8 html page gives different results in python, firefox and chrome. The invalid encoded fragment from test page looks like 'PREFIX\xe3\xabSUFFIX' >>> fragment = 'PREFIX\xe3\xabSUFFIX' >>> fragment.decode('utf-8', 'strict') ... UnicodeDecodeError: 'utf8' codec can't decode bytes in position 6-8: in...

Facebook Connect Button

I am having problems with facebook connect. When I click connect on facebook connect for the first time I connect fine. After words I close my browser completely. I go back to my website and the facebook connect button does nothing. This happens in Firefox as well as in safari. Opera and Chrome both do not seem to have this bug. I...

CSS: Aligning problem with rounded corners in IE 6/7 but ok in IE8/ Firefox etc

Hi there, can anyone help? I have a problem aligning rounded corners in IE6/7. Basically everything seems to work in Firefox / IE8 but in IE6/7 the left / center / and right divs get misaligned. This basically shows exactly what i am refering to. here is the example in IE8 and everything works ok http://es.drop.io/ern0fye/asset/ie8-j...

Downloading the bug list of a sourceforge hosted project

There's a project that I would like to start contributing patches to and it would have been very convenient for me to to be able to view the bug list tracker offline. Is there a client for the Tracker system that will allow me to do this? ...

IE6 list issue - First list on page ignores horizontal margins

Hi Folks, I am creating a store in Magento and have a weird issue with IE6 and the ordered lists on my page. For some reason, IE6 ignores the horizontal margin on my first list. Not the first element in the list but the whole list. I have multiple list on the page. Here is a link to the offending page: http://byerofma.nexcess.net/produ...

Anyone had any experience with *.pcap manipulation libs?

I'm using the SharpPcap + PacketDotNet libraries to process some .pcap files and came across a bug in the way the timestamps are calculated. Take this Timeval property, which is something along these lines: PosixTimeval Timeval { DateTime Date; ulong Seconds; ulong MicroSeconds; } The problem is as follows: Suppose you ha...

Full Text Search in SQL Server 2008 shows wrong display_item for Thai language

I am working with SQL Server 2008. My task is to investigate the issue where FTS cannot find the right result for Thai. First, I have the table which enables the FTS on the column 'ItemName' which is nvarchar. The Catalog is created with the Thai Language. Note that the Thai language is one of the languages that doesn't separate the wor...

A strategy to troubleshoot/ fix application crashes in Windows?

All, Over a period of time I have observed that fixing issues related to application crash is a discipline in itself. Some people have this nice way of attacking such problems. Ranging from Viewing the 'Event Viewer' to running Static/ Dynamic memory analysis tools to some of their 'personal favorites', these people have developed this ...

Why does my text has the justify effect when I didnt made it to have this effect (css/php)

Why my text has the justify effect? In my whole site, I make echos and i dont specify a "text-align:justify;" but my text is still justifying. Justify is when you make the browser window smaller, the text moves so it fits in the window. I tryed making something like this: <?php echo "<h1>some stuff.</h1>"; ?> <html> <head> <style> h1 { t...

Access to modified closure, is this a ReSharper bug?

I have the latest ReSharper 5.0 build (1655), where I have encountered the suggestion 'Access to modified closure' on the following code: var now = new DateTime(1970, 1, 1); var dates = new List<DateTime>(); dates.Where(d => d > now); ... now = new DateTime(); and the now inside the lambda expression is underlined with the warning. I...

IE7 jQuery Accordion: when I click on header, content is not visible until hover over it..

I had to create a jQuery-accordion for a form. It works as it should on FF3, Chrome and Safari, even on IE8. But when I view it in IE7 there is this weird bug: I click on the accordion-header and the accordion opens, but the content is not visible. When I hover over it though, it shows up. It has no validation errors nor javascript error...

Fogbugz Duplicate Cases

I am using FogBugz free hosting to manage my project bugs, I also have several customers I create custom software for, been using FogBugz to keep everything organized. Question I have is, there are times where they send me an email with a bug, so I report it in my system and they create it as well, instead of having 2 cases of same bug,...

ServiceLoader double iterator issues

Is this a known issue? I had trouble finding any search results. When iterating over a ServiceLoader while an iteration already is in progress, the first iteration will be aborted. For example, assuming there are at least two implementations of Foo, the following code will fail with an AssertionError: ServiceLoader<Foo> loader = Servic...

Google Chrome bug with tr background

I'm trying to set a background-image to a table row, but background is applied to all its td children. In IE7 there is the same bug but it is solve with tr { position: relative; } Any hint about it ? Thank you ...

Mouse bugginess - SWFObject, Firefox 3 for Mac, and Flash

I'm pulling my hair out over a problem I'm encountering on Firefox 3.5 & 3.6 on OS X. I'm using SWFobject to embed an AmMap of the US, which has rollover tooltips for various states. The rollovers are working fine in every other browser I've tested, but they're very buggy on FF for Mac--most of the time they don't show up at all, but i...

Sharepoint bug database - any good?

We've been using Sharepoint as a poor man's bug tracking database for the last couple of projects that we did. No one is really happy with the solution so I'm looking for alternatives. I happened to stumble upon the Bug Database Template for Sharepoint. If it is halfway decent it might be a good choice for us since the transition woul...