magicsunday / webtrees-descendants-chart

SVG based descendants chart module for webtrees genealogy application.
GNU General Public License v3.0
27 stars 8 forks source link

New browser tap created when selecting (clicking on) the root person (and spouse) of the chart #47

Closed gudjonsi closed 9 months ago

gudjonsi commented 1 year ago

Describe the bug New browser tap always created when selecting (clicking on) the root person (or his/her spouse) of the chart.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Select an individual'
  2. Click on 'Menu > Chart > Descendants chart'
  3. Scroll down to 'Click on (select/open) the root individual (or his/her spouse) in the chart to open the peron in the wt individual page'
  4. Error 'A new browser tab is always opened displaying the selected person on the wt individual page instead of opening it in the same browser tap'

Expected behavior Previous version of the Descendants Chart Module always opened the root person (or spouse) in the same browser tap.

Screenshots Not applicable.

Desktop (please complete the following information):

Additional context Was using the Descendants Chart Module version 1.4.0 without this problem.

magicsunday commented 1 year ago

Hi, this is not a bug, this is a feature. You remain in the chart itself and can still look at the details of a person without having to reload the chart afterwards.

gudjonsi commented 1 year ago

Ok, thanks. Would it possible to disable this particular feature by using a specific code in the CSS & JS Module for webtrees?