Closed GoogleCodeExporter closed 9 years ago
I've noticed that when I 'm editing in source code, and do a search, it
searches the page underneath it as well.
Original comment by lstro...@gmail.com
on 8 Oct 2013 at 6:28
Well, that's not really related to this issue.
But in Source mode of the CKEditor, the editor's search feature is disabled
(not sure why they chose that since it would make sense to allow a search of
the HTML).
So this means you must be doing a browser-based search, and a browser searches
across an "HTML page" -- and with Web 2.0 systems like OpenESF, everything is
pretty much on one HTML page, with DIVs and the like being added/removed from
the DOM.
When you open a "window" in OpenESF, it's really just a DIV added to the same
page, with a z-index and opacity setting to make it appear on top. So in this
case, the editor and all is on the same page as what appears underneath it, and
the browser search doesn't work on such "layers" as it does on the entire page.
In fact, we're going to close this issue now because it's not something we can
fix (it's a Vaadin issue) and with the newer layout and use of menus instead of
a Tree, the issue is even hard to reproduce.
Original comment by yoz...@gmail.com
on 8 Oct 2013 at 6:41
Original issue reported on code.google.com by
yoz...@gmail.com
on 3 Jun 2011 at 4:49