Page 1 of 2
Screen layout Firefox 13
Posted: June 18th, 2012, 9:43 pm
by PhoenixNZ
First, great program. Thanks so much.
Right, Info:
Version: 0.7.0
OS: Win XP SP3, All updates installed.
Install-type: SABnzbd-0.7.0-win32-setup.exe
Skin (if applicable): Plush-gold
Firewall Software: No Firewall, Avast 7.0.14.26 Antivirus
Are you using IPV6? NO
Is the issue reproducible? Yes, Cleaned cache, Reboot, Still visible layout issue.
Minor layout issue in Firefox 13.0.1, where the downloading file line is shifted to the right, and goes off the screen ( to the right)
Using current resolution 1280x1024.
Note: Layout is correct in IE7 & 8 and Chrome, only Firefox affected.
I know, minor as it is, but hey, I use FF more that Chrome, and don't use IE at all.
See where "The Voice" starts.
Again, minor issue, but thought I'd bring to your attention.
Re: Screen layout Firefox 13
Posted: June 19th, 2012, 5:08 am
by shypike
Could be your FF13 installation.
Nothing wrong when I test it on various systems even at lower resolutions.
Only at about 500 pixels width, things start to look weird, but different from what you show.
Try clearing the browser cache.
Do you have any add-ons that could have an influence?
Re: Screen layout Firefox 13
Posted: July 9th, 2012, 5:20 pm
by PhoenixNZ
OK, so took long enough for me to find the issue.
Multi-Operations. in FireFox. And Yes, up to date. 13.0.1. And cleared cache.
If this is enabled, then the job lines are shunted to the right,
If disabled, then all is good.
I run 1280x1024 and if enable the job lines head off screen to the right, meaning I need to scroll right to stop or delete a job.
Re: Screen layout Firefox 13
Posted: July 9th, 2012, 5:30 pm
by shypike
It's a bit more subtle.
I guess you don't use spaces in NZB titles, but dots or underscores?
When using spaces things go OK, because FF will break the line in parts.
It won't do that when no spaces are present.
I'm not sure if this problem can be fixed.
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 1:52 am
by exussum
use word-wrap: break-word; in the CSS works in old versions of IE too
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 3:22 am
by PhoenixNZ
OK, this is strange. Happens on my work computer of FF, but not home computer FF. Same 13.0.1 version. No other plugins
Think I'm losing my mind. If you look at the work Queue, just below this is Multi-Operations and just below that is Selection: All Range Invert None. This is where it pushes the job line to the right.
Maybe I should wipe the interface folder and re-install 0.7.1. I think maybe some web template or stylesheet have gotten messed up on a upgrade.
As for NZB titles, only jobs are given by Sickbeard to SABnzbd, sometimes manually added. so not sure about dots/underscores or spaces. Sorry can't help there.
Any ideas would be welcome.
Rob
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 5:23 am
by shypike
exussum wrote:use word-wrap: break-word; in the CSS works in old versions of IE too
Thanks, I'll try to fit that into the CSS somewhere.
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 12:54 pm
by shypike
exussum wrote:use word-wrap: break-word; in the CSS works in old versions of IE too
Alas, your solution doesn't work in table elements.
I found a more or less reasonable solution by adding a "zero-width space" character (​) after each dot and underscore.
That will largely solve the issue and still give some "natural" looking wrapping.
An alternative would be to insert zero-width spaces between all characters, but I think that's overkill.
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 1:38 pm
by exussum
Try
<td style="word-break:break-all;">longtextwithoutspace</td>
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 3:52 pm
by shypike
No, doesn't work.
Probably doesn't go together with the CSS class.
Code: Select all
<td class="download-title" style="word-break:break-all">
Re: Screen layout Firefox 13
Posted: July 10th, 2012, 4:43 pm
by exussum
Looking at it now, I cant reproduce ive got a really long long and when i make the window below a certain width it all messes up anyway.
Could you give me the steps to reproduce ?
Re: Screen layout Firefox 13
Posted: April 13th, 2013, 10:08 am
by Hairybiker
Sorry to reserect an old topic, but this has just started for me on FF 20. I have done a clean install of FF and just noticed this happening in sab. If I chose a different theme it is fine, just Plush is affected.
UPDATE: Only if multi-operations is enabled as above, and only if something is in the Q.
Re: Screen layout Firefox 13
Posted: April 13th, 2013, 12:56 pm
by shypike
Plush "messes up" when the window is so small that the top left and right bar would overlap.
Beyond that, things work fine.
Re: Screen layout Firefox 13
Posted: April 14th, 2013, 4:21 am
by Hairybiker
I am working on a nearly full screen of 1440x900, but still get the space same as shown:

This was taken just now, with the multi on.
WIth muti disabled I get the "normal"
So as you can see I am showing the whole page no need for it to loop.
Re: Screen layout Firefox 13
Posted: April 14th, 2013, 4:55 am
by shypike
What am I supposed to see here?
An empty queue and an empty history?
Show what goes wrong.