DotNetShoutout - Stories tagged with Bug
3
Shouts

WPF’s DataGridCheckBoxColumn ElementStyle uses a wrong default value

published 653 days, 6 hours, 46 minutes ago posted by jmix90jmix90 653 days, 13 hours, 39 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Monday, September 05, 2011 11:33:21 PM GMT
Today I found out a strange behavior in the DataGridCheckBoxColumn: it was not using the default template I set in the resources for the CheckBoxes and uses the default WPF’s one instead. This happens always when you set the AutoGeneratedColumns option to true and a work-around exists otherwise. (more)
category: How To | clicked: 10 | 1 comment | | source: www.jonathanantoine.com
tags: DataGrid, Checkbox, WPF, Bug
6
Shouts

.NET4 web apps and the mysteriously absent menu pop out images

published 1004 days, 22 hours, 57 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 1007 days, 4 hours, 57 minutes ago
Sunday, September 19, 2010 2:14:31 PM GMT Friday, September 17, 2010 8:14:52 AM GMT
Has ASP.NET4 introduced an all new menu bug? Does the new control rendering mean menu items without a URL can no longer display pop out images? I say “yes”, and here’s why it doesn't work any more. (more)
category: Web Dev | clicked: 0 | comment | | source: www.troyhunt.com
tags: menu, Bug
9
Shouts

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

published 1165 days, 2 hours, 8 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1169 days, 2 hours, 53 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Thursday, April 08, 2010 10:19:07 AM GMT
This article covers an edge case you might have encountered when using the inheritInChildApplications attribute with a web site hosted on IIS7 and provides two possible solutions to your problem. (more)
category: Web Dev | clicked: 3 | comment | | source: runtingsproper.blogspot.com
tags: IIS7, bugfix, article, Bug, IIS, runtime error
3
Shouts

MsHelp » Visual Studio 2010 RC crashing?

posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1197 days, 15 hours, 20 minutes ago
Wednesday, March 10, 2010 9:51:28 PM GMT
Visual Studio 2010 RC crashing? Posted by Sven on March 10th 2010 to Visual Studio 2010 If you have been working with Visual Studio 2010 and are experiencing some crashes, read on. I have to be honest, I haven’t experienced any big issues with Visual Studio 2010. But I did read some posts of people that did have. It’s probably because I’m not working all the time in Visual Studio 2010. I still switch between VS2010 and VS2008. So the issues that I have read about: Quoted from Nicholas... (more)
category: How To | clicked: 0 | comment | | source: mshelp.be
tags: Patch, Crash, VS2010, Bug
3
Shouts

Arabia SharePoint: Bug with the LookupField control when the number of items is greater than 20

posted by ranyaofranyaof 1283 days, 3 hours, 35 minutes ago
Tuesday, December 15, 2009 9:37:14 AM GMT
If the number of items is 20 then the control generate a TextBox and an Image When the LookupField has more than 20 items, we receive thew following error: Microsoft JScript runtime error: Object required The problem is raised in the Core.js file in the AbsLeft method. function AbsLeft(obj) { var x=obj.offsetLeft; var parent=obj.offsetParent; while (parent.tagName !="BODY") { x+=parent.offsetLeft; parent=parent.offsetParent; } x+=parent.offsetLeft; return x; } The error is on "wh... (more)
category: Architecture | clicked: 6 | comment | | source: arabia-sharepoint.blogspot.com
tags: tech, LookupField, AbsLeft(obj), Dev, SharePoint 2007, C#, Core.js, dropdown, JavaScript, MOSS, Bug, Sharepoint, MOSS 2007