Click here to Skip to main content
15,881,826 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

 
SuggestionSorting "My Articles" Pin
#realJSOP29-Sep-17 7:49
mve#realJSOP29-Sep-17 7:49 
GeneralRe: Sorting "My Articles" Pin
Jörgen Andersson29-Sep-17 9:46
professionalJörgen Andersson29-Sep-17 9:46 
BugArticle submission adds parasitic <p> </p> with non-breakable white space Pin
Sergey Alexandrovich Kryukov29-Sep-17 5:58
mvaSergey Alexandrovich Kryukov29-Sep-17 5:58 
GeneralRe: Article submission adds parasitic <p> </p> with non-breakable white space Pin
#realJSOP29-Sep-17 7:59
mve#realJSOP29-Sep-17 7:59 
AnswerWell, this is exactly what I do Pin
Sergey Alexandrovich Kryukov29-Sep-17 9:02
mvaSergey Alexandrovich Kryukov29-Sep-17 9:02 
GeneralRe: Well, this is exactly what I do Pin
#realJSOP1-Oct-17 1:30
mve#realJSOP1-Oct-17 1:30 
AnswerRe: Well, this is exactly what I do Pin
Sergey Alexandrovich Kryukov1-Oct-17 7:18
mvaSergey Alexandrovich Kryukov1-Oct-17 7:18 
GeneralRe: Article submission adds parasitic <p> </p> with non-breakable white space Pin
Chris Maunder5-Sep-19 3:00
cofounderChris Maunder5-Sep-19 3:00 
The issue here is that our editor (CKEditor) is using the HTML 4 standard which says the DIV element cannot be inside another block-level element, like a P element.

In HTML5 the DIV element can be found inside and can contain other flow content elements, like P and DIV. We were looking to move to CKEditor5 but it's moved to a method we've seen other editors adopt as well: not allowing HTML source editing at all. This provides them a lot of flexibility for new features (eg they can output whatever HTML they want, or Markdown, or whatever) while ensuring the final layout can never be messed up by someone adding custom HTML through a source view and another editor wrecking that by using the editor.

So long story short: Don't put a DIV inside a P block.
cheers
Chris Maunder

SuggestionQuoting bug with :elephant: Pin
Dan Neely28-Sep-17 4:20
Dan Neely28-Sep-17 4:20 
GeneralRe: Quoting bug with :elephant: Pin
Chris Maunder28-Sep-17 4:50
cofounderChris Maunder28-Sep-17 4:50 
SuggestionRe: Quoting bug with :elephant: Pin
Richard Deeming28-Sep-17 6:14
mveRichard Deeming28-Sep-17 6:14 
GeneralRe: Quoting bug with :elephant: Pin
Chris Maunder28-Sep-17 6:42
cofounderChris Maunder28-Sep-17 6:42 
GeneralRe: Quoting bug with :elephant: Pin
OriginalGriff29-Sep-17 8:04
mveOriginalGriff29-Sep-17 8:04 
SuggestionShould natter about adblocker Pin
jschell27-Sep-17 10:43
jschell27-Sep-17 10:43 
GeneralRe: Should natter about adblocker Pin
Richard Deeming28-Sep-17 3:30
mveRichard Deeming28-Sep-17 3:30 
GeneralRe: Should natter about adblocker Pin
Chris Maunder28-Sep-17 4:07
cofounderChris Maunder28-Sep-17 4:07 
GeneralRe: Should natter about adblocker Pin
Nish Nishant28-Sep-17 4:11
sitebuilderNish Nishant28-Sep-17 4:11 
GeneralRe: Should natter about adblocker Pin
Chris Maunder28-Sep-17 4:12
cofounderChris Maunder28-Sep-17 4:12 
GeneralRe: Should natter about adblocker Pin
Richard Deeming28-Sep-17 4:18
mveRichard Deeming28-Sep-17 4:18 
GeneralRe: Should natter about adblocker Pin
Chris Maunder28-Sep-17 5:20
cofounderChris Maunder28-Sep-17 5:20 
GeneralRe: Should natter about adblocker Pin
Richard Deeming28-Sep-17 5:39
mveRichard Deeming28-Sep-17 5:39 
GeneralRe: Should natter about adblocker Pin
Chris Maunder28-Sep-17 6:43
cofounderChris Maunder28-Sep-17 6:43 
GeneralRe: Should natter about adblocker Pin
Chris Maunder28-Sep-17 3:57
cofounderChris Maunder28-Sep-17 3:57 
GeneralRe: Should natter about adblocker Pin
Nish Nishant28-Sep-17 4:09
sitebuilderNish Nishant28-Sep-17 4:09 
GeneralRe: Should natter about adblocker Pin
Chris Maunder28-Sep-17 4:11
cofounderChris Maunder28-Sep-17 4:11 

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

Flags: Added to TODOClosedAnswered

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