soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Where did the option's box go? #385

Closed double-beep closed 5 years ago

double-beep commented 5 years ago

When I clicked at the settings icon to select some options, the box appeared...:

image

there, at the end of my browser window, very very left. How can I fix that? Can I move it?

Using Windows 10, version 10.0.17763.348 and Microsoft Edge 44.17763.1.0.

shu8 commented 5 years ago

Thanks for the bug report @double-beep. I haven't tried this script in Edge so this may be a bug on Edge. What userscript manager are you running?

I'll try running it on Edge as soon as I can and see if I can fix it :)

Just wanted to clarify the issue -- the settings dialog appears right at the edge of the screen and not under the settings button like it should?

double-beep commented 5 years ago

@shu8 first, I should clarify I use Tampermonkey v4.8.5847 as a userscript manager.

Hmmm... I think you misunderstood my actual issue. The thing that the settings dialog appears right at the edge of the screen and not under the settings button like it should is a part of the issue. It appears:

image

note that the black part is my desktop. Even if I maximize the window, I cannot see it. I see it a little bit bigger, but not the whole.

shu8 commented 5 years ago

Thanks for clarifying, it seems quite weird :/

I can't reproduce on Edge with Tampermonkey. Could you try using the latest dev version and see if it's fixed in there?

If not, do you have any other userscripts or extensions running that might be conflicting with SOX? Please could you try disabling any if you do and see if it works then?

double-beep commented 5 years ago

@shu8 it worked after I disabled all userscripts except this one. I will take a look to the one that conflicts with it and see if I can fix it.

Thanks you very much!

shu8 commented 5 years ago

Great! If you figure out the extension do let me know and I'll see if there's an easy fix I can do on the SOX-side (no promises though! 😛 ) :)

double-beep commented 5 years ago

@shu8 I found the userscript which conflicts; it is this one. Take a look at it, if you can't do anything, then just leave it as is.

shu8 commented 5 years ago

@double-beep Thanks, I found the CSS rule that's causing it (https://github.com/samliew/SO-mod-userscripts/blob/master/PostIdsEverywhere.user.js#L80) but I'm not entirely sure how to fix it. I tried messing around the various CSS right and left positions but couldn't get it to work, sorry :/

If that script works for you if you remove the line I linked on your own version, then that should make it work for you again. If not, I can consider making the dialog draggable, although I would have to look into that more if needed and think about what it might look like!

double-beep commented 5 years ago

@shu8 removed line #80 and works; thank you very very much!

shu8 commented 5 years ago

Awesome! Glad it works :)