Opened 17 years ago
Closed 17 years ago
#1909 closed Bug (fixed)
Dialog tabs are not working
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor 2.6 |
Component: | UI : Dialogs | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description
Some previous updates to the SVN seems to have broken dialog tabs.
To reproduce the issue:
- Open any dialog with tabs. (e.g. the About dialog)
- Click a non-selected tab.
- The tab does not work.
Attachments (1)
Change History (5)
Changed 17 years ago by
Attachment: | 1909.patch added |
---|
comment:1 Changed 17 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 17 years ago by
Status: | new → assigned |
---|
Fixed with [1586].
Click here for more info about our SVN system.
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The culprit was found to be a non-CSS Dialog->Popup substitution done in [1567]. Reverting the erroneous substitution fixes the problem.