#1698: Phantom scrollbar problem experienced when switching between normal and
expanded editor views
----------------------+-----------------------------------------------------
  Reporter:  lobl     |       Owner:                    
      Type:  Bug      |      Status:  new               
  Priority:  Normal   |   Milestone:                    
 Component:  General  |     Version:  FCKeditor 2.4.3   
Resolution:           |    Keywords:  phantom scrollbars
----------------------+-----------------------------------------------------
Comment (by lobl):

 Can you clarify what you mean by "from your select fields"?  Do you mean:

 a. the select-field text values
 or
 b. the select-field options markup
 or
 c. the FCKEditor JavaScript function(s) that execute when the user selects
 "Maximize the editor size" from the editor toolbar
 or
 d. none of the above, but something else altogether?

 To give further background:

 This client's developers run FCKEditor integrated into a .JSP content
 admin application, which runs on an internal Apache server.  They always
 have to go to the admin application's home, then navigate to an articles-
 edit URL to access the FCKEditor.

 The select-field text values displayed in the example edit page views are
 part of a record retrieved by a Java class from an Oracle 9i database
 table along with their record id numbers (not displayed but visible in
 ViewSource). The marked-up text that appears inside the FCKEditor is part
 of the same retrieved record.  Oracle stores it as a CLOB (character large
 object).

 Below is the markup for the select field with the "phantom scrollbar"
 problem.

 <br>
 Body Include Path: <input type="text" name="bodyIncludePath" value=""><br>
 Categories: <select name="relatedCategories" multiple>

 <option  value="4">Accessories</option>

 <option  value="61">Articles</option>

 <option  value="3">Flashes</option>

 <option  value="82">Interview</option>

 <option  value="5">Lenses</option>

 <option  value="81">Photo Contest</option>

 <option SELECTED value="1">Pro Corner</option>

 <option SELECTED value="42">Product</option>

 <option  value="21">Softwares</option>

 <option  value="41">Techniques</option>

 <option SELECTED value="2">Technology</option>

 </select><br>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1698#comment:2>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to