Click here to Skip to main content
15,888,579 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: Lounge RSS _is_ broken. Pin
Kent Sharkey21-Feb-16 18:07
staffKent Sharkey21-Feb-16 18:07 
GeneralRe: Lounge RSS _is_ broken. Pin
dandy7222-Feb-16 1:25
dandy7222-Feb-16 1:25 
GeneralRe: RSS broken? Pin
Chris Maunder21-Feb-16 9:03
cofounderChris Maunder21-Feb-16 9:03 
BugMenu on the left from articles Pin
Tom Deketelaere19-Feb-16 1:53
professionalTom Deketelaere19-Feb-16 1:53 
GeneralRe: Menu on the left from articles Pin
Richard MacCutchan19-Feb-16 2:34
mveRichard MacCutchan19-Feb-16 2:34 
GeneralRe: Menu on the left from articles Pin
Tom Deketelaere19-Feb-16 3:00
professionalTom Deketelaere19-Feb-16 3:00 
GeneralRe: Menu on the left from articles Pin
Chris Maunder19-Feb-16 5:54
cofounderChris Maunder19-Feb-16 5:54 
GeneralRe: Menu on the left from articles Pin
Richard Deeming19-Feb-16 6:37
mveRichard Deeming19-Feb-16 6:37 
I've just seen the problem in Firefox 44.0.2:
Raspberry<-->SPI<-->Microchip - CodeProject[^]

Screen-shot:
CodeProject-Article-Menu-Bug.png (23.4 KB)[^]

My browser window (document.body.offsetWidth) is 1605px wide. If I close the bookmarks bar, the menu appears fully. If I shrink the window, the menu disappears fully.

Looks like it's the huge images in that article - they're 1366px wide:
HTML
<img src="/KB/Articles/1078315/2016-02-14_.png" width="1366px" height="768px">

That forces the central <td> to expand to 1396px. With article-wing-right taking up 170px, and 18px margin around the table, that only leaves 21px for article-wing-left.

When the menu position is static, the table gets pushed off the right-hand edge of the screen. But when the menu position is fixed, the containing <td> shrinks.

Adding table-layout:fixed; to the container-article-parts table would probably fix the problem. Smile | :)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer



modified 19-Feb-16 12:59pm.

GeneralRe: Menu on the left from articles Pin
Tom Deketelaere19-Feb-16 8:21
professionalTom Deketelaere19-Feb-16 8:21 
GeneralRe: Menu on the left from articles Pin
Tom Deketelaere19-Feb-16 8:23
professionalTom Deketelaere19-Feb-16 8:23 
BugMessage indenting not correct Pin
Tom Deketelaere19-Feb-16 1:47
professionalTom Deketelaere19-Feb-16 1:47 
GeneralRe: Message indenting not correct Pin
Chris Maunder19-Feb-16 6:25
cofounderChris Maunder19-Feb-16 6:25 
GeneralRe: Message indenting not correct Pin
Tom Deketelaere19-Feb-16 8:26
professionalTom Deketelaere19-Feb-16 8:26 
GeneralRe: Message indenting not correct Pin
Michael Martin21-Feb-16 1:56
professionalMichael Martin21-Feb-16 1:56 
GeneralRe: Message indenting not correct Pin
Chris Maunder21-Feb-16 9:12
cofounderChris Maunder21-Feb-16 9:12 
GeneralRe: Message indenting not correct Pin
Michael Martin21-Feb-16 9:27
professionalMichael Martin21-Feb-16 9:27 
SuggestionTechnical articles are not yet published from my blog feed Pin
Karthik Chintala18-Feb-16 22:56
Karthik Chintala18-Feb-16 22:56 
BugUpdates to my article were not saved after clicking "save draft" or "publish" button Pin
Jack Chipson18-Feb-16 19:28
Jack Chipson18-Feb-16 19:28 
GeneralRe: Updates to my article were not saved after clicking "save draft" or "publish" button Pin
Jack Chipson18-Feb-16 19:36
Jack Chipson18-Feb-16 19:36 
GeneralRe: Updates to my article were not saved after clicking "save draft" or "publish" button Pin
Chris Maunder19-Feb-16 6:26
cofounderChris Maunder19-Feb-16 6:26 
SuggestionTop Experts Pin
Patrice T18-Feb-16 5:43
mvePatrice T18-Feb-16 5:43 
GeneralRe: Top Experts Pin
Jochen Arndt18-Feb-16 6:18
professionalJochen Arndt18-Feb-16 6:18 
GeneralRe: Top Experts Pin
Maciej Los18-Feb-16 23:55
mveMaciej Los18-Feb-16 23:55 
GeneralRe: Top Experts Pin
Patrice T19-Feb-16 0:05
mvePatrice T19-Feb-16 0:05 
GeneralRe: Top Experts Pin
Chris Maunder19-Feb-16 6:28
cofounderChris Maunder19-Feb-16 6:28 

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.