• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Webdialogs: inputbox shows black background (sketchup webkit

Scheduled Pinned Locked Moved SketchUp Bug Reporting
sketchup
50 Posts 22 Posters 35.3k Views 22 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    driven
    last edited by 25 Jul 2012, 01:23

    hi Phaseone,
    Welcome to SCF and thanks for the guide on how to instal my GreaseKit solution.

    It made me revisit the issue and I realise now that there is an even easier way to do this. [i.e. without SIMBL, GreaseKit or js injection]

    In an earlier post from Aerilius
    @unknownuser said:

    Another idea, would a WebView also accept a user stylesheet (that would override the default background in all websites+webdialogs in SketchUp)?

    Yes, Safari does it from the preference menu and I now have it working in SU, but what's the simplest way to share the 'how to'.

    First you need a css file containing the patch code, in a place SU can find. So copy paste this into Ruby Console and hit return.

    directory='/Library/Application Support/Google SketchUp 8/SketchUp/plugins/__InputPatch/'
    Dir;;mkdir(directory) unless File.exists?(directory)
    filename='inputPatch.css'
    File.open(directory + filename, 'w') do |iP|
    iP.puts <<PATCH
    input;not([type=button]);not([type=file]);not([type=checkbox]);not([type=image]);not([type=radio]);not([type=reset]);not([type=search]);not([type=submit]){background-color; rgb(255, 255, 255); border-bottom-color; rgb(238, 238, 238); border-bottom-style; inset; border-bottom-width; 1px; border-collapse; separate; border-left-color; rgb(238, 238, 238); border-left-style; inset; border-left-width; 1px; border-right-color; rgb(238, 238, 238); border-right-style; inset; border-right-width; 1px; border-top-color; rgb(238, 238, 238); border-top-style; inset; border-top-width; 1px;}
    PATCH
    end
    

    it makes a folder + file in /Library/Application Support/Google SketchUp 8/SketchUp/plugins/

    Then if you have Pro8 copy/paste and return this.

    `defaults write ~/Library/Preferences/com.google.sketchuppro8.plist WebKitUserStyleSheetEnabledPreferenceKey -bool True`
    `defaults write ~/Library/Preferences/com.google.sketchuppro8.plist WebKitUserStyleSheetLocationPreferenceKey '/Library/Application Support/Google SketchUp 8/SketchUp/plugins/__InputPatch/inputPatch.css'`
    
    

    or for free try

    `defaults write ~/Library/Preferences/com.google.sketchupfree8.plist WebKitUserStyleSheetEnabledPreferenceKey -bool True`
    `defaults write ~/Library/Preferences/com.google.sketchupfree8.plist WebKitUserStyleSheetLocationPreferenceKey '/Library/Application Support/Google SketchUp 8/SketchUp/plugins/__InputPatch/inputPatch.css'`
    
    

    Restart SU
    You only need to do this once, and all your input boxes in SU will work correctly [without editing any files]
    If the problem is resolved in the future you can just bin the __inputPatch Folder

    john

    learn from the mistakes of others, you may not live long enough to make them all yourself...

    1 Reply Last reply Reply Quote 0
    • M Offline
      mwm5053
      last edited by 29 Jul 2012, 13:52

      thanks John for this fix. Works great
      Walt

      2011 iMac
      SU 2015 Pro, 2017 Make
      V2 Twilight
      macOS Sierra 10.12.5

      1 Reply Last reply Reply Quote 0
      • N Offline
        nick
        last edited by 29 Jul 2012, 22:54

        Thanks John

        That's magic; a very elegant solution.

        Nick

        1 Reply Last reply Reply Quote 0
        • M Offline
          mariocha
          last edited by 3 Aug 2012, 13:36

          YEaH !!! 😄 John !
          Corrected !
          I had to do it twice.
          (The cursor jumps at the end of the pasted text, so one does not see at once what has just been pasted in the Ruby console input field.)

          %(#008000)[Mario C.
          Every rule has exceptions, but some.]

          1 Reply Last reply Reply Quote 0
          • S Offline
            solid-wood
            last edited by 31 Aug 2012, 10:11

            @driven said:

            hi Phaseone,
            Welcome to SCF and thanks for the guide on how to instal my GreaseKit solution.

            It made me revisit the issue and I realise now that there is an even easier way to do this. [i.e. without SIMBL, GreaseKit or js injection]

            In an earlier post from Aerilius
            @unknownuser said:

            Another idea, would a WebView also accept a user stylesheet (that would override the default background in all websites+webdialogs in SketchUp)?

            Yes, Safari does it from the preference menu and I now have it working in SU, but what's the simplest way to share the 'how to'.

            First you need a css file containing the patch code, in a place SU can find. So copy paste this into Ruby Console and hit return.

            Restart SU
            You only need to do this once, and all your input boxes in SU will work correctly [without editing any files]
            If the problem is resolved in the future you can just bin the __inputPatch Folder

            john

            Hi,

            I have the same problem as a lot of others, I guess. Mac OS 10.6.8 + SU Pro 8.0.15157.
            Tried your solution, and it works on DC's, but not on everything...or at least not with Fredo6 Tools, SU Clock etc etc.
            I had the problem with 1001Bit plug but with the upgrade it was fixed.
            Is it that the maker of the plugin does something wrong when writing the code (miss something)?
            After your fix I seem to have no problem with DC's. That helps a lot - THANKS!
            Is there something else to do? Tried your fix many times to make sure I did it right. Think I did.
            Look at the result (pic). Is that "nil" OK?? ...or am I doing something when pasting?

            Do you know if a full upgrade to Mountain Lion helps? Does anyone know?
            Thankful for some help.
            Cheers


            11.jpg

            1 Reply Last reply Reply Quote 0
            • D Offline
              driven
              last edited by 4 Sept 2012, 10:32

              Mountain Lion and SU8 Maintenance release 'M4' appears to have fixed the blackouts here.

              I renamed my 'fix' folder to disable it and all I have checked works.

              ML is much better IMHO.

              john

              learn from the mistakes of others, you may not live long enough to make them all yourself...

              1 Reply Last reply Reply Quote 0
              • S Offline
                solid-wood
                last edited by 4 Sept 2012, 14:13

                @driven said:

                Mountain Lion and SU8 Maintenance release 'M4' appears to have fixed the blackouts here.

                I renamed my 'fix' folder to disable it and all I have checked works.

                ML is much better IMHO.

                john

                Hi John,

                Thanks! Can You tell me where to find "M4"? When I download from Trimble, it's only the "M3"...?????
                When did they release M4, I downloaded today, 20120904, and it is still the same.

                Cheers
                Jan

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by 4 Sept 2012, 14:15

                  http://www.sketchup.com/intl/en/download/index.html should get you v8M4 ?

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • Dan RathbunD Offline
                    Dan Rathbun
                    last edited by 5 Sept 2012, 02:25

                    It will take the "team" awhile to get the localized language releases ready.

                    I'm not here much anymore.

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      solid-wood
                      last edited by 5 Sept 2012, 22:27

                      @dan rathbun said:

                      It will take the "team" awhile to get the localized language releases ready.

                      Hi,
                      I guess Your right. I still get an older version....
                      Waiting for the ice-cream is something that I always had a hard time for.

                      Cheers,

                      JF

                      BTW You guys are fantastic....T, D, TT, F, ....well You know who I think of.
                      A BIG BIG hand for all of You!

                      THANK YOU SO MUCH

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      • First post
                        Last post
                      Buy SketchPlus
                      Buy SUbD
                      Buy WrapR
                      Buy eBook
                      Buy Modelur
                      Buy Vertex Tools
                      Buy SketchCuisine
                      Buy FormFonts

                      Advertisement