Opened 16 years ago
Last modified 16 years ago
#2637 confirmed New Feature
Validation for ToolbarLocation too limited
Reported by: | Brett Gardner | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
Line 61 in _source/internals/fcktoolbarset.js is
oOutMatch = sLocation.match( /Out:(\w+)$/ ) ;
But this fails for ids with hyphens, underscores, periods and colons.
The fix will need to be applied on line 50 as well
Change History (1)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | FCKeditor 2.6.4 |
Type: | Bug → New Feature |