Tagged Questions
The known-issues tag has no wiki summary.
9
votes
19answers
6k views
Issues During ASP.NET MVC Upgrade from Preview 5 to Beta?
What issues or refactoring did you have to do when you upgraded from ASP.NET MVC Preview 5 to the newly released Beta version?
6
votes
2answers
329 views
Where can I get a list of what Crystal Reports features conflict?
There are certain Crystal Reports features that cannot be combined in the same report, for example SQL command objects and server side grouping. However, as far as I can find, the built-in help ...
3
votes
2answers
87 views
What are the (currently) known bugs in MVC 3 - preview 1?
As I just asked a question on MVC 3 (where I'm probably doing something wrong), I realized I may run across bugs or (soon-to-be-)known issues. This is currently Preview 1 of MVC 3, after all.
Is ...
2
votes
1answer
149 views
BeautifulSoup parser appends semicolons to naked ampersands, mangling URLs?
I am trying to parse some site in python that has links in it to other sites, but in plain text, not in "a" tag. Using BeautifuSoup I get the wrong answer. Consider this code:
import BeautifulSoup
...
2
votes
3answers
59 views
im about to start a new project does mvc 3 suitable for a public production site?
I am about to start a new project and mvc is the way to go because of its simplicity to allow plain request and ajax friendly ones with out the need of web methods
does mvc 3 suitable for a public ...
2
votes
4answers
83 views
PHP problem with die()
So, I have this code:
} else {
$photograph_moderation = new PhotographModeration($this->photograph_id);
$photograph_moderation->purgePhotograph();
...
1
vote
1answer
122 views
WPF Textbox FlowDirection + HorizontalContentAlignment issue
I have a Control template targeting the ComboBox (TargetType="{x:Type ComboBox}")
In this template is a TextBox:
<TextBox x:Name="PART_EditableTextBox"
...
1
vote
1answer
39 views
Known issues for Weblogic 10 concurrency issues?
Recently, our production weblogic is taking too much time to process queues. Besides investigating into queues, db queries and other stuff I thought to look into any known memory and concurrency ...
1
vote
1answer
245 views
Known iPhone OS bugs
Almost all of the time, if there's a bug, it's Your Faultâ„¢. But sometimes, it really is a bug in the API/OS. As iPhone OS is relatively new (especially 3.x) there are always a few bugs to look out ...
1
vote
4answers
764 views
Does anyone know about issues between Citrix and Delphi 2007 applications? (And perhaps other development languages?)
The situation is simple. I've created a complex Delphi application which uses several different techniques. The main application is a WIN32 module but a few parts are developed as .NET assemblies. It ...
0
votes
0answers
54 views
Are there known bugs with MSXML?
I had a very frustrating experience at work yesterday. Basically, our program has a feature that reads an XML document, checks the value of one of its nodes, and does certain things with it depending ...
0
votes
1answer
251 views
Selenium: intermittent “element not found” issues
Every now and then my selenium tests randomly fail with an "element X not found" error message. I do a simple select by ID, eg.
click('sideBar_queryButton')
When I use the dom inspector, the ...
0
votes
1answer
178 views
Has the 400 bug in the twitter api been fixed yet?
Bulletproof Twitter followers count with PHP?
I am reviving this question because it is happening to me that, without any change in code, sometimes my program works, sometimes it doesn't.
failed ...
0
votes
7answers
76 views
Should I add a disclaimer about known issues in my code in the documentation?
I'm writing the documentation for a WordPress theme project that I've been working on for a long time. The theme is usable and stable enough for release. I'm releasing it, plus its documentation and ...
0
votes
1answer
722 views
drop down menu going behind iframe containing pdf
I am having trouble getting my drop down navigation menu infront of iframe in IE. My drop down menu is going behind the iframe where i am loading pdf. I tried z-index, wmode, alpha transparency but ...
0
votes
2answers
136 views
Oracle Browser Issues
Are there any browser issues with Oracle, specifically IE7, IE8 and Firefox? I.T. has told me that I have to build all my sites to support IE6 because IE6 works with their version of Oracle.
They've ...
0
votes
3answers
90 views
Major differences in CSS design for IE6 & Other browsers
This might sound to be a big question, but could you specify what are the issues to be considered which designing CSS for IE6 & Other browsers.
To be in more simple terms, what is so different in ...
-1
votes
1answer
77 views
Known issues in Java 7 [closed]
Tachnology is maturing day by day but there remains issues. I want to know the known issues in JAVA 7. I encountered one: Outpost blocks Java 7. With the firewall turned off Java runs without ...