Project

General

Custom queries

Profile

Actions

Bug #22022

open

Page is reloading when we switch from element in tree after creation

Added by Elaad FURREEDAN over 2 years ago. Updated 12 months ago.

Status:
In progress
Priority:
N/A
Category:
Web - UI & UX
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

This occurs in Elm pages: technique editor and rules

1. Create a technique/rule
2. click on another element
3. come back to the created element => the page is reloading

This is due to the way we enable link in tree element, on loading, we prevent the page to reload when we click on element that are links. But when an element is created, it's added after the tree is fully loaded, so the default reload behavior is not prevented

We should use a port in Elm on creation, something like :

    $(element-id).click(function (event) {
      event.preventDefault();
    });

#1

Updated by Elaad FURREEDAN over 2 years ago

  • Status changed from New to In progress
#3

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 7.1.8 to 7.1.9
#4

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 7.1.9 to 7.1.10
#5

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 7.1.10 to 1016
#6

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 1016 to 7.2.5
#7

Updated by Vincent MEMBRÉ over 2 years ago

  • Target version changed from 7.2.5 to 7.2.6
#8

Updated by Vincent MEMBRÉ about 2 years ago

  • Target version changed from 7.2.6 to 7.2.7
#9

Updated by Vincent MEMBRÉ about 2 years ago

  • Target version changed from 7.2.7 to 7.2.8
#10

Updated by Vincent MEMBRÉ almost 2 years ago

  • Target version changed from 7.2.8 to 7.2.9
#11

Updated by Vincent MEMBRÉ almost 2 years ago

  • Target version changed from 7.2.9 to 7.2.10
#12

Updated by Alexis Mousset almost 2 years ago

  • Target version changed from 7.2.10 to 7.2.11
#13

Updated by Vincent MEMBRÉ almost 2 years ago

  • Target version changed from 7.2.11 to 1046
#14

Updated by Alexis Mousset over 1 year ago

  • Target version changed from 1046 to 7.3.8
#15

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.3.8 to 7.3.9
#16

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.3.9 to 7.3.10
#17

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.3.10 to 7.3.11
#18

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.3.11 to 7.3.12
#19

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.3.12 to 7.3.13
#20

Updated by Vincent MEMBRÉ over 1 year ago

  • Target version changed from 7.3.13 to 7.3.14
#21

Updated by Vincent MEMBRÉ about 1 year ago

  • Target version changed from 7.3.14 to 7.3.15
#22

Updated by Vincent MEMBRÉ about 1 year ago

  • Target version changed from 7.3.15 to 7.3.16
#23

Updated by Vincent MEMBRÉ 12 months ago

  • Target version changed from 7.3.16 to 7.3.17
Actions

Also available in: Atom PDF