Foxhind / MapCraft

Massively mapping management tool
Other
27 stars 15 forks source link

onclick bug on list page (Opera) #20

Closed kachkaev closed 13 years ago

kachkaev commented 13 years ago

http://mapcraft.nanodesu.ru/list

Clicking on links to cakes/users do not take you on a new page. Description expands/collapses instead. Bug is observed in Opera 11.10.

Generally, I would suggest to add a small grey pseudolink below the cake name with “view description” or "hide description" caption. That would expand/collapse the list element. The behaviour that is used now is a bit confusing.

Besides, I would suggest to place the wms link into an text edit for easy copy as it is done on github for links to repositories. “Copy to clipboard” button can be also useful.

osmisto commented 13 years ago

Kachkaev, could you try to click on the WMS link with opened JOSM (and remote control turned on)? It should just load WMS layer into JOSM.

osmisto commented 13 years ago

Please open separate issue for WMS link and edit box if implemented remote control doesn't enough :)

kachkaev commented 13 years ago

Rows still have pointer cursor, which is confusing. See

table.list tr:nth-child(4n) { cursor: pointer; }

table.list tr:nth-child(4n+2) { cursor: pointer; }

in style.css

Added separate issue for WMS links: https://github.com/Foxhind/MapCraft/issues/22