Click here to Skip to main content
15,887,474 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: Uncertainty when updating... Pin
Ed Nutting19-May-12 5:43
Ed Nutting19-May-12 5:43 
GeneralRe: Uncertainty when updating... Pin
Elina Blank19-May-12 15:42
sitebuilderElina Blank19-May-12 15:42 
BugIssue with CSS code formatting Pin
Akram El Assas18-May-12 13:27
Akram El Assas18-May-12 13:27 
GeneralRe: Issue with CSS code formatting Pin
Chris Maunder19-May-12 1:34
cofounderChris Maunder19-May-12 1:34 
GeneralRe: Issue with CSS code formatting Pin
Akram El Assas19-May-12 1:41
Akram El Assas19-May-12 1:41 
GeneralRe: Issue with CSS code formatting Pin
Akram El Assas7-Jun-12 14:08
Akram El Assas7-Jun-12 14:08 
GeneralRe: Issue with CSS code formatting Pin
Chris Maunder7-Jun-12 18:25
cofounderChris Maunder7-Jun-12 18:25 
GeneralRe: Issue with CSS code formatting Pin
Akram El Assas8-Jun-12 8:28
Akram El Assas8-Jun-12 8:28 
First: Thank you!

Second: When I update the article in Article Submission Wizard, the CSS code of the section Version 1.2 is always replaced by the code below both while previewing and after publishing:

XML
.settings {
    background<span class="code-none">: #f0f0f0<span class="code-none">;
    border<span class="code-none">: 1px solid #ddd<span class="code-none">;
    height<span class="code-none">: 100px<span class="code-none">;
    left<span class="code-none">: 175px<span class="code-none">;
    overflow<span class="code-none">: hidden<span class="code-none">;
    padding<span class="code-none">: 0px 3px 3px 3px<span class="code-none">;
    position<span class="code-none">: absolute<span class="code-none">;
    top<span class="code-none">: 10px<span class="code-none">;
    width<span class="code-none">: 135px<span class="code-none">;
<span class="code-none">}

.settings .options <span class="code-none">{
    background<span class="code-none">: #FAFAFA<span class="code-none">;
    border-top<span class="code-none">: 1px solid #ddd<span class="code-none">;
    margin-top<span class="code-none">: 1px<span class="code-none">;
<span class="code-none">}

.settings .options input <span class="code-none">{ margin-right<span class="code-none">: 5px<span class="code-none">; <span class="code-none">}
</span></span></span></span></span></span></


It should be like this:

CSS
.settings {
    background: #f0f0f0;
    border: 1px solid #ddd;
    height: 100px;
    left: 175px;
    overflow: hidden;
    padding: 0px 3px 3px 3px;
    position: absolute;
    top: 10px;
    width: 135px;
}

.settings .options {
    background: #FAFAFA;
    border-top: 1px solid #ddd;
    margin-top: 1px;
}

.settings .options input { margin-right: 5px; }


I found a workaround. Each time I update the article, I suppress the CSS code snippets and create new clean ones.
GeneralRe: Issue with CSS code formatting Pin
Chris Maunder20-Jun-12 2:22
cofounderChris Maunder20-Jun-12 2:22 
SuggestionOut of date email address validation Pin
Bill_Keydel18-May-12 7:28
Bill_Keydel18-May-12 7:28 
GeneralRe: Out of date email address validation Pin
OriginalGriff18-May-12 8:45
mveOriginalGriff18-May-12 8:45 
GeneralRe: Out of date email address validation Pin
Dan Neely18-May-12 15:17
Dan Neely18-May-12 15:17 
GeneralRe: Out of date email address validation Pin
Bassam Abdul-Baki21-May-12 2:59
professionalBassam Abdul-Baki21-May-12 2:59 
QuestionUnable to approve/report/etc a pending article Pin
Wendelius18-May-12 4:27
mentorWendelius18-May-12 4:27 
AnswerRe: Unable to approve/report/etc a pending article Pin
Sean Ewington18-May-12 4:59
staffSean Ewington18-May-12 4:59 
AnswerRe: Unable to approve/report/etc a pending article Pin
Elina Blank18-May-12 5:29
sitebuilderElina Blank18-May-12 5:29 
GeneralRe: Unable to approve/report/etc a pending article Pin
Wendelius18-May-12 7:22
mentorWendelius18-May-12 7:22 
BugModification date becomes Creation date Pin
Akram El Assas17-May-12 12:32
Akram El Assas17-May-12 12:32 
GeneralRe: Modification date becomes Creation date Pin
Elina Blank17-May-12 12:58
sitebuilderElina Blank17-May-12 12:58 
SuggestionBetter proof reading Pin
jgauffin17-May-12 8:37
jgauffin17-May-12 8:37 
GeneralRe: Better proof reading Pin
Sean Ewington17-May-12 8:45
staffSean Ewington17-May-12 8:45 
GeneralRe: Better proof reading Pin
jgauffin17-May-12 9:03
jgauffin17-May-12 9:03 
GeneralRe: Better proof reading Pin
Sean Ewington17-May-12 9:40
staffSean Ewington17-May-12 9:40 
GeneralRe: Better proof reading Pin
AspDotNetDev17-May-12 13:20
protectorAspDotNetDev17-May-12 13:20 
GeneralRe: Better proof reading Pin
Sean Ewington18-May-12 2:55
staffSean Ewington18-May-12 2:55 

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

Flags: AnsweredFixed

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