Bug #1668
Pop-up links don't work
| Status: | Closed | Start: | 2008-10-08 | |
| Priority: | Should have | Due date: | ||
| Assigned to: | Thomas Allmer | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
Pop-up links don't work
<a onclick="window.open('37','','menubar=yes,width=600,height=600');return false;" href="37">
That opened the current page, not the with id 37, the name should be index.php?id=37
Normal links had been transformed ok even if they have as default just page id
<a href="index.php?id=community"> availab</a>
pop-up window links has not been transformed => they don't work. Please try to remove the tab,
it transformation can't be done.
History
2008-10-09 14:49 - Thomas Allmer
- Status changed from New to Closed
- Assigned to set to Thomas Allmer
Tapio Markula wrote:
Pop-up links don't work
<a onclick="window.open('37','','menubar=yes,width=600,height=600');return false;" href="37">
That opened the current page, not the with id 37, the name should be index.php?id=37
Normal links had been transformed ok even if they have as default just page id
<a href="index.php?id=community"> availab</a>
pop-up window links has not been transformed => they don't work. Please try to remove the tab, it transformation can't be done.
the popup tab has been removed.