View Single Post
  #1  
Old 02-21-2012, 11:36 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Argh!! CKEditor default message window height!

Here's one that I bet will flummox everyone, but let's give it a try.

By default, the main "New message" window on CKEditor is 250px.

I know this because I can get Firebug to identify this:

Code:
<td id="cke_contents_vB_Editor_001_editor" class="cke_contents" role="presentation" style="height: 250px;">
Now, I realise I can shove some css into additional.css, the problem is, doing that works but it then disables the resizing function on CKEditor.

So, I want to find what is generating that damn 250px in the code!

I found this in clientscript/ckeditor/_source/core/themes.js:
Code:
<td id="cke_contents_', name, '" class="cke_contents" style="height:', height, '" role="presentation">'
Which looks like the culprit.
BUT I have no idea where "height" is set.
I tried taking that bit out and just hard coding a height in pixels - cleared cache and cookies, no joy.

Then I found clientscript/ckeditor/_source/plugins/resize/plugin.js:
Code:
config.resize_minHeight
Tried changing the value for that - cleared cache and cookies, no joy.

Finally, I found clientscript/ckeditor/ckeditor.js, which had this:
Code:
r.resize_minHeight=250
Tried changing that, cleared cache and cookies - no joy!

Where the hell is this damned thing?

A browser can't conjure up the value "250px" out of thin air, so it MUST be set somewhere!

--------------- Added [DATE]1329871670[/DATE] at [TIME]1329871670[/TIME] ---------------

Gaah! After posting all that, I found it.

I was in totally the wrong place. It's in the much more straightforward normal vBulletin file: includes/functions_editor.php.

Code:
$default_height =250;

Scream!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01212 seconds
  • Memory Usage 1,767KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete