Error on Formatting Steps for Test Case

Discuss test processes, standards, documentation, teams, criteria, test environments, etc.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
digismarts
TestLink user
Posts: 1
Joined: Sat Feb 13, 2016 3:54 pm
Location: Concord, CA (USA)
Contact:

Error on Formatting Steps for Test Case

Post by digismarts »

It seems that I am unable to format steps, such as using any text formatting, unordered or ordered lists, or even returns in the steps field. Doing so results in a 404 error in the right hand frame. I can use formatting in the expected field and in other fields.

My configuration is the standard using CKEditor.

Code: Select all

$tlCfg->gui->text_editor = array();
$tlCfg->gui->text_editor['all'] = array('type' => 'ckeditor','toolbar' => 'Testlink',
                                        'configFile' => 'cfg/tl_ckeditor_config.js',
                                        'height' => 150);

// mini toolbar for test case steps edit
$tlCfg->gui->text_editor['steps_design'] = array('type' => 'ckeditor','toolbar' => 'TestlinkMini',
                                                 'configFile' => 'cfg/tl_ckeditor_config.js',
                                                 'height' => 100);

$tlCfg->gui->text_editor['execution'] = array( 'type' => 'none');
$tlCfg->gui->text_editor['edit_execution'] = array( 'type' => 'none', 'cols' => 80, 'rows' => 20);
$tlCfg->gui->text_editor['display_execution_notes'] = array('type' => 'none', 'cols' => 80, 'rows' => 20);
Any help/suggestions would be greatly appreciated.
Post Reply