User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the DaniWeb Community Feedback section within the Coffee House category of DaniWeb, a massive community of 391,667 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,943 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our DaniWeb Community Feedback advertiser:
Views: 850 | Replies: 16 | Solved
Reply
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is online now Online
Posting Sensei

*I don't know what to name this thread*

  #1  
Feb 20th, 2008
Hi,

Dani! Are you changing the layout again ? In this particular thread, the border is acting weirdly and the menu on the right isn't visible(in IE) ! Here are the screenshots of IE and FF.

Cheers,
Naveen
Attached Images
File Type: jpg IE.JPG (94.4 KB, 19 views)
File Type: jpg FF.JPG (113.9 KB, 16 views)
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,879
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 107
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: *I don't know what to name this thread*

  #2  
Feb 20th, 2008
It's an overflow bug in older versions of IE. Upgrade to IE7.
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is online now Online
Posting Sensei

Re: *I don't know what to name this thread*

  #3  
Feb 20th, 2008
hmm.. But its hiding the actual query in FF. If you see the screenshot of FF, you will find some part of the query missing !
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: *I don't know what to name this thread*

  #4  
Feb 20th, 2008
kings should have used code tags, which would also solve the problem.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is online now Online
Posting Sensei

Re: *I don't know what to name this thread*

  #5  
Feb 20th, 2008
Originally Posted by hollystyles View Post
kings should have used code tags, which would also solve the problem.


I know. But some people don't use the tags. But that aint a reason not to fix (?) this problem. Right ?
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: *I don't know what to name this thread*

  #6  
Feb 20th, 2008
chuckle,

People don't use code tags. Browsers miss-implement standards and have bugs.

Can you get all the people involved together to fix this problem? How much of your precious life do you want to waste on it?

==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is online now Online
Posting Sensei

Re: *I don't know what to name this thread*

  #7  
Feb 20th, 2008
umm.. Consider that query as a collection of characters. Obviously, the browser wouldn't know if its a query or just a normal string. My question is, why did firefox act strangely ?
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Jul 2006
Location: Deptford, London
Posts: 936
Reputation: MattEvans has a spectacular aura about MattEvans has a spectacular aura about 
Rep Power: 5
Solved Threads: 47
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is online now Online
Posting Shark

Re: *I don't know what to name this thread*

  #8  
Feb 20th, 2008
browsers,wont,usually,break,a,string,unless,it,has,some,breaking,characters,in,it,such,as,spaces,so,either,this,text,will,extend,forever,or,it,will,get,cut,off,depending,on,the,browser,mostly.

this isnt a daniweb issue,it's more of an issue with a convention in the way text is processed/rendered at the client.

that said, it is relatively easy to fix, just run through the uploaded post data and insert extra breaking chracters as required.
Last edited by MattEvans : Feb 20th, 2008 at 7:49 am.
If it only works in Internet Explorer; it doesn't work.
Reply With Quote  
Join Date: Nov 2007
Location: Bangalore, India
Posts: 3,098
Reputation: nav33n has a spectacular aura about nav33n has a spectacular aura about 
Rep Power: 8
Solved Threads: 238
nav33n's Avatar
nav33n nav33n is online now Online
Posting Sensei

Re: *I don't know what to name this thread*

  #9  
Feb 20th, 2008
Originally Posted by MattEvans View Post
browsers,wont,usually,break,a,string,unless,it,has,some,breaking,characters,in,it,such,as,spaces,so,either,this,text,will,extend,forever,or,it,will,get,cut,off,depending,on,the,browser,mostly.

this isnt a daniweb issue,it's more of an issue with a convention in the way text is processed/rendered at the client.

that said, it is relatively easy to fix, just run through the uploaded post data and insert extra breaking chracters as required.


Thanks!
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

*PM asking for help will be ignored*
Reply With Quote  
Join Date: Aug 2007
Location: New Hampshire
Posts: 3,337
Reputation: jasimp is on a distinguished road 
Rep Power: 8
Solved Threads: 18
jasimp's Avatar
jasimp jasimp is offline Offline
Nearly a Senior Poster

Re: *I don't know what to name this thread*

  #10  
Feb 21st, 2008
I am experiencing the same kind of problem except in my control panel. The advertisements appear to be to far to the left. I am using Firefox and WinXp. Problem does not occur in IE7. This has been a problem for about three days now.
Last edited by jasimp : Feb 21st, 2008 at 6:18 pm.
Attached Images
File Type: jpg desk.JPG (138.9 KB, 8 views)
A room without books is like a body without a soul.
Facts are meaningless. They can be used to prove anything that is even remotely true.
Go then, there are other worlds than these.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb DaniWeb Community Feedback Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the DaniWeb Community Feedback Forum

All times are GMT -4. The time now is 1:53 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC