Click here to Skip to main content
15,896,730 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: Random Reputation Reduction Pin
AspDotNetDev21-May-12 8:22
protectorAspDotNetDev21-May-12 8:22 
JokeRe: Random Reputation Reduction Pin
Slacker00721-May-12 3:13
professionalSlacker00721-May-12 3:13 
GeneralRe: Random Reputation Reduction Pin
AspDotNetDev21-May-12 9:35
protectorAspDotNetDev21-May-12 9:35 
GeneralRe: Random Reputation Reduction Pin
Slacker00721-May-12 23:40
professionalSlacker00721-May-12 23:40 
JokeRe: Random Reputation Reduction Pin
AspDotNetDev22-May-12 4:34
protectorAspDotNetDev22-May-12 4:34 
GeneralRe: Random Reputation Reduction Pin
Slacker00722-May-12 4:37
professionalSlacker00722-May-12 4:37 
SuggestionUncertainty when updating... Pin
Ed Nutting19-May-12 1:05
Ed Nutting19-May-12 1:05 
GeneralRe: Uncertainty when updating... Pin
Chris Maunder19-May-12 1:34
cofounderChris Maunder19-May-12 1:34 
GeneralRe: Uncertainty when updating... Pin
Ed Nutting19-May-12 1:40
Ed Nutting19-May-12 1:40 
GeneralRe: Uncertainty when updating... Pin
Chris Maunder19-May-12 1:54
cofounderChris Maunder19-May-12 1:54 
GeneralRe: Uncertainty when updating... Pin
Ed Nutting19-May-12 1:59
Ed Nutting19-May-12 1:59 
GeneralRe: Uncertainty when updating... Pin
Elina Blank19-May-12 5:25
sitebuilderElina Blank19-May-12 5:25 
GeneralRe: Uncertainty when updating... Pin
Ed Nutting19-May-12 5:29
Ed Nutting19-May-12 5:29 
GeneralRe: Uncertainty when updating... Pin
Elina Blank19-May-12 5:40
sitebuilderElina Blank19-May-12 5:40 
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 

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

Flags: FixedAnswered

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