Ticket #1728 (closed Bug: fixed)
Opera: external toolbar is too small
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Review+ | Cc: |
Description
This bug was discovered while I was working on #1514.
Reproduction procedure:
- Open sample11.html in Opera 9.50 build 9721 or later.
- Notice the toolbar only contains two visible rows, while it contains three in other browsers.
This ticket is expected to be fixed with #1514 as both the floating panel code and toolbar code is being reviewed and modified for the ticket.
Attachments
Change History
comment:3 Changed 4 years ago by alfonsoml
- Keywords Review- added; Review? removed
Maybe it could be better to also make the window.onresize event work with the poller function, so if this kind of problem can happen also in that situation it's automatically protected.
comment:4 Changed 4 years ago by martinkou
- Keywords Review? added; Review- removed
I've updated the patch so that both onload and onresize would use the same poller function to detect the correct size of the toolbar.
comment:6 Changed 4 years ago by martinkou
- Status changed from new to closed
- Resolution set to fixed
Fixed with [1466].
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.


A patch has been written for #1514 but it doesn't fix this bug yet, because #1514's patch is already fixing a bunch of issues. Another separate patch will be written for this bug instead.