Quick Reply editor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hipster
    Senior Member
    • Oct 2009
    • 116
    • 4.2.X

    [Forum] Quick Reply editor

    For some reason I noticed this ..

    environment

    Windows 7
    IE9 and FF

    in IE9 the textarea has 5 lines 100px
    Click image for larger version

Name:	ie9-qr.jpg
Views:	1
Size:	39.4 KB
ID:	3723305

    Code:
    <td id="cke_contents_vB_Editor_QR_editor" class="cke_contents" role="presentation" style="height:100px">
    Same as here with IE or FF




    And in Firefox there 9 lines 172px
    Code:
    <td id="cke_contents_vB_Editor_QR_editor" class="cke_contents" role="presentation" style="height:172px">
    Click image for larger version

Name:	ff-qr1.jpg
Views:	1
Size:	41.3 KB
ID:	3723306
    I have a stock untouched default style (for testing) I checked it with,
    and I disabled all hooks..
    Checked to verify all files in admincp ( all good)

    no added css

    * both editors preform like this ..

    any help would be greatly appreciated
    Regards
    Back up back up Back up, thats all the advice I can give.
  • TheLastSuperman
    Senior Member
    • Sep 2008
    • 1799

    #2
    Honestly I'm at a loss as to why they display differently besides the fact each browser differs in how it renders content even if in the slightest they do.

    Try adding this to additional.css to see if it will sort the size in all browsers:

    Code:
    /* Modify the Quick Reply textbox size */
    .cke_contents {
    height:250px !important;
    }
    Please let me know .


    Former vBulletin Support Staff
    Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
    Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

    Comment

    • hipster
      Senior Member
      • Oct 2009
      • 116
      • 4.2.X

      #3
      same browsers on hundreds of vb sites and all the QR's are the same size in both browsers..

      I am stumped as you..

      Code:
      /* Modify the Quick Reply textbox size */
      .cke_contents {
      height:100px !important;
      }
      worked but why........ the only site
      I work on so many vb forums .. installing customizing adding mods etc..

      and not one has this issue..

      TheLastSuperman you my new hero..

      thanks for your reply I owe ya

      but I would still like to know what why when and where the issue is lying


      **edited**
      Just noticed it will not resize now
      Back up back up Back up, thats all the advice I can give.

      Comment

      • Maurd
        Senior Member
        • Jun 2011
        • 672
        • 4.1.x

        #4
        Had you previously resized it? (By dragging the three lines in the bottom right corner?)

        There's a bug where it doesn't go back to the original height once you re-size it. If you delete it's cookie, it goes back to the default height.
        - Maurice Workin' in the Jira mine, goin' down, down, down

        Comment

        • hipster
          Senior Member
          • Oct 2009
          • 116
          • 4.2.X

          #5
          hummmm
          I drag it all the time and it aways goes back..
          will try it in FF tho..thanks Maurd

          @ theLastSuperman
          I edited and seem to work ATM
          Code:
          /* Modify the Quick Reply textbox size */
          .cke_contents {
          -moz-height:100px !important;
          }
          Last edited by hipster; Wed 9 May '12, 6:59pm.
          Back up back up Back up, thats all the advice I can give.

          Comment

          • Maurd
            Senior Member
            • Jun 2011
            • 672
            • 4.1.x

            #6
            For reference: http://tracker.vbulletin.com/browse/VBIV-13523
            - Maurice Workin' in the Jira mine, goin' down, down, down

            Comment

            • hipster
              Senior Member
              • Oct 2009
              • 116
              • 4.2.X

              #7
              thanks
              Back up back up Back up, thats all the advice I can give.

              Comment

              • TheLastSuperman
                Senior Member
                • Sep 2008
                • 1799

                #8
                Originally posted by Maurd
                That's a new one on me, thanks for posting!


                Former vBulletin Support Staff
                Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
                Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...