﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16940	Clicking on the disabled toolbar button makes them enabled	IBM RQM		"== Steps to reproduce ==

1. Disable the CK Editor toolbar button using button.setState(CKEDITOR.TRISTATE_DISABLED)
2. Click on the same button using mouse.

== Expected result ==
Nothing should happen and toolbar button should stay disabled.

== Actual result ==
Clicking the toolbar button, enables it.

== Other details (browser, OS, CKEditor version, installed plugins) ==
CKEditor version 4.5.3.1
Chrome 52
Windows 7


I have debugged the CKEditor code and CKEditor doesn't check the state of the button before performing the Click action. This issue doesn't occur for combo boxes (Format, Font, Size) as CKEditor checks for its state before performing the action."	Bug	new	Normal		General	4.5.3		IBM, RQM	
