﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7084	"SCAYT options menu is empty / incorrect work of ""scayt_uiTabs"" config param  for multiple CKEditor instances"	WebSpellChecker.net		"'''''Bug 1. ""SCAYT options menu is empty for multiple CKEditor instances""'''''[[BR]]

'''Steps to reproduce:'''[[BR]]
1. Open ""replace by code"" sample.[[BR]]
2. Start SCAYT for both of editors.[[BR]]
3. Open SCAYT options menu for bothe of editors.[[BR]]

'''Expected result:'''[[BR]]
Options, Languages, Dictionaries, About Us tabs have content for both editors.

'''Actual result:'''[[BR]]
Options, Languages, Dictionaries, About Us tabs have content for only one of the editors.

----

'''''Bug 2. ""Incorrect work of ""scayt_uiTabs"" config param  for multiple CKEditor instances""'''''[[BR]]

'''Steps to reproduce:'''[[BR]]
1. Open code of ""replace by code"" sample.[[BR]]
2. For first editor set 
{{{
CKEDITOR.replace( 'editor1', { scayt_uiTabs: '1,0,1' });  
}}}

[[BR]]
For second editor set 
{{{
CKEDITOR.replace( 'editor2', { scayt_uiTabs: '0,0,0' });  
}}}
[[BR]]
3. Open page and start SCAYT for both editors[[BR]]

'''Expected result:'''[[BR]]
scayt_uiTabs param from second editor doesn't affect menu of first editor

'''Actual result:'''[[BR]]
All options in first editor are not active. When ""About us"" tab is opened and than ""Cancel"" is clicked, an error is shown: ""document.forms.optionsbar is undefined
[Break On This Error] return document.forms.optionsbar[""options""];
options.js (line 27)""

"	Bug	closed	Normal	CKEditor 3.5.3	UI : Spell Checker	3.1	fixed	HasPatch, Review?	tech@…
