Changes between Initial Version and Version 1 of Ticket #315, comment 20


Ignore:
Timestamp:
26.11.2013 21:09:18 (11 years ago)
Author:
Malte
Comment:

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. 
     1The 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). 
    22 
    33Me 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. 
     
    6060        at de.deepamehta.core.impl.EmbeddedService.getTopic(EmbeddedService.java:100) 
    6161        ... 43 more 
     62}}} 
    6263 
     64Update: On client-side stuff does happen after I accidentially revealed a non-existing topic. 
    6365 
     66{{{ 
     67GET http://localhost:8080/core/topic/-1 500 (Internal Server Error) jquery-2.0.3.min.js:6 
     68x.support.cors.e.crossDomain.send jquery-2.0.3.min.js:6 
     69x.extend.ajax jquery-2.0.3.min.js:6 
     70request rest_client.js:312 
     71RESTClient.get_topic_by_id rest_client.js:11 
     72fetch_topic webclient.js:1371 
     73do_reveal_related_topic webclient.js:168 
     74(anonymous function) page_model.js:292 
     75x.event.dispatch jquery-2.0.3.min.js:5 
     76y.handle jquery-2.0.3.min.js:5 
     77Uncaught RESTClientError: GET request failed (error: Internal Server Error)  
    6478}}} 
     79 
     80resulting in a "frozen" topicmap (one which cannot be panned anymore).