Changes between Initial Version and Version 1 of Ticket #315, comment 20
- Timestamp:
- 26.11.2013 21:09:18 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #315, comment 20
initial v1 1 The latest feature introduced here, revealing a topic from within the Page Panel, when I do this on a "Search Result"-Box, the server throws an error, at client-side nothing happens .1 The latest feature introduced here, revealing a topic from within the Page Panel, when I do this on a "Search Result"-Box, the server throws an error, at client-side nothing happens (see update below). 2 2 3 3 Me personally, I find that this new "reveal underlying topic" feature now receives visually/spatially much to much attention/occupies to much space of my Page Panel. One complex topics I can barely click somewhere else and not reveal a new topic. I would favour a solution which just occupies space at the right border of such a box. … … 60 60 at de.deepamehta.core.impl.EmbeddedService.getTopic(EmbeddedService.java:100) 61 61 ... 43 more 62 }}} 62 63 64 Update: On client-side stuff does happen after I accidentially revealed a non-existing topic. 63 65 66 {{{ 67 GET http://localhost:8080/core/topic/-1 500 (Internal Server Error) jquery-2.0.3.min.js:6 68 x.support.cors.e.crossDomain.send jquery-2.0.3.min.js:6 69 x.extend.ajax jquery-2.0.3.min.js:6 70 request rest_client.js:312 71 RESTClient.get_topic_by_id rest_client.js:11 72 fetch_topic webclient.js:1371 73 do_reveal_related_topic webclient.js:168 74 (anonymous function) page_model.js:292 75 x.event.dispatch jquery-2.0.3.min.js:5 76 y.handle jquery-2.0.3.min.js:5 77 Uncaught RESTClientError: GET request failed (error: Internal Server Error) 64 78 }}} 79 80 resulting in a "frozen" topicmap (one which cannot be panned anymore).