Click here to Skip to main content
15,908,775 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Clarify CPOL License please Pin
David Cunningham22-Jan-09 2:19
cofounderDavid Cunningham22-Jan-09 2:19 
GeneralRe: Clarify CPOL License please Pin
Kevin Draper21-Jan-09 11:05
Kevin Draper21-Jan-09 11:05 
GeneralRe: Clarify CPOL License please Pin
Chris Maunder22-Jan-09 2:01
cofounderChris Maunder22-Jan-09 2:01 
GeneralRe: Clarify CPOL License please Pin
Kevin Draper22-Jan-09 11:56
Kevin Draper22-Jan-09 11:56 
GeneralRe: Clarify CPOL License please Pin
Jaykul25-Feb-10 18:32
Jaykul25-Feb-10 18:32 
GeneralRe: Clarify CPOL License please Pin
Chris Maunder1-Mar-10 4:05
cofounderChris Maunder1-Mar-10 4:05 
GeneralRe: Clarify CPOL License please Pin
Jaykul1-Mar-10 6:23
Jaykul1-Mar-10 6:23 
GeneralRe: Clarify CPOL License please Pin
Chris Maunder1-Mar-10 16:09
cofounderChris Maunder1-Mar-10 16:09 
GeneralRe: Clarify CPOL License please Pin
skybluecodeflier11-Oct-10 5:57
skybluecodeflier11-Oct-10 5:57 
GeneralNot Getting Edit Option Pin
Aman Bhullar20-Jan-09 6:29
Aman Bhullar20-Jan-09 6:29 
GeneralRe: Not Getting Edit Option Pin
Hans Dietrich20-Jan-09 11:46
mentorHans Dietrich20-Jan-09 11:46 
GeneralAfghanistan Pin
Luc Pattyn20-Jan-09 5:32
sitebuilderLuc Pattyn20-Jan-09 5:32 
GeneralRe: Afghanistan Pin
Chris Maunder20-Jan-09 21:14
cofounderChris Maunder20-Jan-09 21:14 
GeneralRe: Afghanistan Pin
Luc Pattyn21-Jan-09 0:48
sitebuilderLuc Pattyn21-Jan-09 0:48 
GeneralRe: Afghanistan Pin
Chris Maunder28-Jan-09 16:42
cofounderChris Maunder28-Jan-09 16:42 
GeneralRe: Afghanistan Pin
Luc Pattyn29-Jan-09 0:46
sitebuilderLuc Pattyn29-Jan-09 0:46 
GeneralTabs in code snippets [modified] Pin
Luc Pattyn20-Jan-09 5:22
sitebuilderLuc Pattyn20-Jan-09 5:22 
GeneralRe: Tabs in code snippets Pin
Chris Maunder20-Jan-09 21:13
cofounderChris Maunder20-Jan-09 21:13 
GeneralRe: Tabs in code snippets Pin
Luc Pattyn21-Jan-09 2:31
sitebuilderLuc Pattyn21-Jan-09 2:31 
Hi Chris,

I experimented a bit with this:
a   sp3
a   nbsp3
a       sp7
a       nbsp7
a	tab
a<span style="display:none">	</span><span style="margin-left:4em"></span>span4
ab  sp2
ab  nbsp2
ab      sp6
ab      nbsp6
ab	tab
ab<span style="display:none">	</span><span style="margin-left:4em"></span>span4
ab<span style="display:none">	</span><span style="margin-left:3em"></span>span3


where spN is N regular spaces, nbspN is N non-breaking spaces, tab is a HTAB character,
spanN is a span entity with left margin N em

looking at it with FF3 and IE7, and pasting to VS2008.

observations:
- regular spaces and non-breaking spaces work identical inside PRE tags.
- tab width is not correct (too narrow), it does not match 8 spaces (both IE7 and FF3)
- 4em span width is correct on IE7, not on FF3, when 3 or 7 spaces would be required;
- 4em and 3em span width are not correct when 2 or 6 spaces would be required.
- copy-paste to Visual Studio works as expected (result is spaces or tabs)

conclusion:
- it is a mess; there seems to be no way to get it right for 2 popular browsers
- if anything needs changing, it is the browsers: they could offer a switch to set the
tab width to 8 (HTML standard) or less (4 or 2) at the user's discretion. I doubt it
they would even consider that if not specified in the HTML spec though.
- just keep tab handling at CP the way it is; there is no easy way to make it really better.

Thanks.

Luc Pattyn [Forum Guidelines] [My Articles]

Good riddance W


GeneralRe: Tabs in code snippets Pin
Chris Maunder29-Jan-09 0:42
cofounderChris Maunder29-Jan-09 0:42 
GeneralRe: Tabs in code snippets Pin
Luc Pattyn29-Jan-09 0:47
sitebuilderLuc Pattyn29-Jan-09 0:47 
GeneralRe: Tabs in code snippets Pin
Chris Maunder29-Jan-09 0:53
cofounderChris Maunder29-Jan-09 0:53 
GeneralRe: Tabs in code snippets Pin
Sam Hobbs24-Jan-09 20:47
Sam Hobbs24-Jan-09 20:47 
GeneralHey Chris, finding an old article Pin
#realJSOP20-Jan-09 4:19
professional#realJSOP20-Jan-09 4:19 
GeneralRe: Hey Chris, finding an old article Pin
Chris Maunder20-Jan-09 20:52
cofounderChris Maunder20-Jan-09 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.