Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
theme system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2006 at 22:55 UTC
Updated:
11 Mar 2008 at 19:43 UTC
When looking at the source url for aggregator feeds if they are long they will push the right column as far as necessary to accomodate. This doesn't happen in IE but does in Ffox and perhaps in other browsers. A fix, although there may be others, is to add the following to style.css:
#aggregator .feed-url {
overflow:hidden;
}
Comments
Comment #1
gordon commentedComment #2
ebw commentedfunny, that's exactly how i noticed that urls weren't being decoded properly, when my ffox columns slid way to the rhs. i fixed the decoding, which in my case produced the wicked long urls, but not the style.css.
thanks. my fix is in the bug pile.
Comment #3
mbchandar commentedcan u let me know how to simulate it?
Comment #4
magico commentedWithout a sample we cannot reproduce it.
Comment #5
ricabrantes commentedhow to reproduce it?? any news or closed??
Comment #6
magico commentedToo old and without info to reproduce the problem.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.