+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Problem selecting login fields - with workaround

  1. #1
    jonman364 is offline x10Hosting Member jonman364 is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    1

    Problem selecting login fields - with workaround

    I have been unable to select the login fields for the forum. I got a larger monitor and no longer have my browser full screen. Instead of maximizing just to log in, I wrote this Greasemonkey script to fix the issue.

    Code:
    // ==UserScript==
    // @name           X10 forum logon forward
    // @namespace      the364
    // @description    Fixes the login field stack order at smaller resoluions
    // @include        http://x10hosting.com/forums/*
    // ==/UserScript==
    
    
    window.addListener('load', popLogin());
    
    function popLogin(){
        var userField
        
        userField = document.getElementById("navbar_username");
        
        if(userField && userField.parentNode && userField.parentNode.parentNode){
            userField.parentNode.parentNode.style.position = "relative";
            userField.parentNode.parentNode.style.zIndex = 1;
        }
            
    }

  2. #2
    Livewire's Avatar
    Livewire is offline Abuse Compliance Officer Livewire is a glorious beacon of lightLivewire is a glorious beacon of light
    Join Date
    Jun 2005
    Location
    Behind a keyboard.
    Posts
    8,995

    Re: Problem selecting login fields - with workaround

    I will confirm this; on my tablet the login boxes are unselectable. The only upshot is LastPass auto logs me in so the actual code for the boxes does work, you just can't select it if you're on a tiny screen.


    TOS breakers will be suspended regardless of race, creed, national origin, hair color, or favorite food. Thanks for your understanding!

  3. #3
    Smith6612's Avatar
    Smith6612 is offline <<< wants a Turkey Smith6612 has a spectacular aura about
    Join Date
    Dec 2007
    Location
    Exploded
    Posts
    6,483

    Re: Problem selecting login fields - with workaround

    There's a few issues with the theme that need to be sorted, one especially with the cluttered Navigation and smaller monitors preventing some buttons form being found or pressed in the correct spots.

    My signature likes cookies! Do you? :D

  4. #4
    Corey's Avatar
    Corey is offline VPS Migration Professional Corey is a glorious beacon of lightCorey is a glorious beacon of light
    Join Date
    Dec 2004
    Location
    Northfield, NH
    Posts
    17,150

    Re: Problem selecting login fields - with workaround

    I increased the width a bit, did this help at all?
    Corey Arbogast | CEO
    █ 888-X10-9668 - corey[@]x10hosting.com
    x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

  5. #5
    jkeats is offline x10Hosting Member jkeats is an unknown quantity at this point
    Join Date
    Sep 2009
    Posts
    2

    Re: Problem selecting login fields - with workaround

    I am also unable to login to the forums using Firefox or Chrome - I have had to use Internet Explorer.

  6. #6
    SylvanOgre is offline x10Hosting Member SylvanOgre is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    43

    Re: Problem selecting login fields - with workaround

    I cannot use the login boxes using IE, Firefox, or Opera, on Windows or Linux.
    My work-around (otherwise I wouldnt be here! <BigGrin>) is to click (to select) somewhere else on the page, then back-tab into the login fields.

    Whatever changed was in the last 3 weeks (since my last login). I havent changed my hardware at all (see jonman364's post about changing monitors. I did NOT try my browser(s) at full screen, however). So no, Corey, changing the width did NOT help <sorry>.

    ---------- Post added at 10:05 PM ---------- Previous post was at 09:57 PM ----------

    OK! Logged out, and tried the login screen again, this time full screen. Works fine. When the window is "restored" (as windows calls it, meaning 'not full screen but not minimized either'), the login boxes are unselectable. When I changed the window back to full screen, the login boxes are selectable again. This test was only in Opera, and only in Windows. At this point I am assuming (yes, I can spell <S.E.Grin>) that the same will hold true for Firefox and IE.

    Note also: the page layout is correct when full screen, and jumbled a bit when not full screen ("restored").

  7. #7
    carrock is offline x10Hosting Member carrock is an unknown quantity at this point
    Join Date
    Nov 2009
    Posts
    11

    Re: Problem selecting login fields - with another workaround

    On Firefox, temporarily select View->Page Style -> no style

    On SeaMonkey, temporarily select View->Use Style -> none


    The login fields can then be selected and you can restore your previous style when you've logged in.

    Something similar should be possible with other browsers; try searching for 'style' in their help pages.

  8. #8
    manuelvicentex1082 is offline x10Hosting Member manuelvicentex1082 is an unknown quantity at this point
    Join Date
    Aug 2010
    Posts
    3

    Talking Re: Problem selecting login fields - with workaround

    My suggestion: use the tab key. It works.

  9. #9
    xav0989's Avatar
    xav0989 is online now Community Public Relation xav0989 is just really nice
    Join Date
    Jul 2008
    Location
    ifk
    Posts
    4,436

    Re: Problem selecting login fields - with workaround

    I'd say go yell at completevB because their theme fails, but it wouldn't change much here would it :P
    Xavier L | Community Public Relations Manager (Free Hosting Support)
    █ Yes, my position is too cool to even exist!
    How am I helping? Rate this post by clicking the icon below! (this is even better than "liking" a post)
    Terms of Service | Acceptable Use Policy | x10Hosting Wiki

  10. #10
    SylvanOgre is offline x10Hosting Member SylvanOgre is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    43

    Re: Problem selecting login fields - with workaround

    Thanks for your suggestion, carrock, but it is MUCH easier to just maximize, login, then restore (un-maximize). I do very little full-screen, instead having many windows open at once. Its a nuisance to have to jump through the hoop, so to speak, but like xav0989 said.....

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Add-on/Parked domain park wrapper issue + temp workaround
    By Godbot3000 in forum Free Hosting
    Replies: 1
    Last Post: 07-26-2010, 11:12 PM
  2. README if you need a GD workaround
    By garrettroyce in forum Free Hosting
    Replies: 0
    Last Post: 03-11-2009, 05:55 PM
  3. Problem selecting database with PHP
    By stevet70 in forum Programming Help
    Replies: 2
    Last Post: 01-05-2009, 03:41 PM
  4. FTP fields for Dreamweaver CS3
    By badbard in forum Free Hosting
    Replies: 3
    Last Post: 09-07-2008, 02:24 PM
  5. Selecting MySQL database error
    By Nemcon in forum Free Hosting
    Replies: 0
    Last Post: 11-08-2007, 10:28 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers