Screen layout Firefox 13

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
PhoenixNZ
Newbie
Newbie
Posts: 3
Joined: June 18th, 2012, 9:21 pm

Screen layout Firefox 13

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post 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?
PhoenixNZ
Newbie
Newbie
Posts: 3
Joined: June 18th, 2012, 9:21 pm

Re: Screen layout Firefox 13

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post 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.
exussum
Jr. Member
Jr. Member
Posts: 79
Joined: November 18th, 2010, 2:51 am

Re: Screen layout Firefox 13

Post by exussum »

use word-wrap: break-word; in the CSS works in old versions of IE too
PhoenixNZ
Newbie
Newbie
Posts: 3
Joined: June 18th, 2012, 9:21 pm

Re: Screen layout Firefox 13

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post 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.
exussum
Jr. Member
Jr. Member
Posts: 79
Joined: November 18th, 2010, 2:51 am

Re: Screen layout Firefox 13

Post by exussum »

Try

<td style="word-break:break-all;">longtextwithoutspace</td>
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post 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">
exussum
Jr. Member
Jr. Member
Posts: 79
Joined: November 18th, 2010, 2:51 am

Re: Screen layout Firefox 13

Post 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 ?
Hairybiker
Jr. Member
Jr. Member
Posts: 50
Joined: October 24th, 2011, 4:18 am

Re: Screen layout Firefox 13

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post 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.
Hairybiker
Jr. Member
Jr. Member
Posts: 50
Joined: October 24th, 2011, 4:18 am

Re: Screen layout Firefox 13

Post by Hairybiker »

I am working on a nearly full screen of 1440x900, but still get the space same as shown:
Image
This was taken just now, with the multi on.
WIth muti disabled I get the "normal"
Image

So as you can see I am showing the whole page no need for it to loop.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Screen layout Firefox 13

Post by shypike »

What am I supposed to see here?
An empty queue and an empty history?
Show what goes wrong.
Post Reply