hadi
|
7f8909ebd4
|
Make ellipsis link titles used in link-list readable by using hover tooltip
|
2023-05-25 14:07:58 +02:00 |
|
hadi
|
b2dd9f65b6
|
Apply nowrap white-space only to et2-link used in et2-link-list in order to let its content be shown in multiple lines
|
2023-05-25 13:14:28 +02:00 |
|
nathan
|
9a5ed1efa3
|
Api: Wait for et2-link-strings to finish updating before we continue with the print
Avoids printing before the link titles are loaded
|
2023-05-24 15:54:36 -06:00 |
|
hadi
|
10d3f40973
|
Fix links styling to get correctly ellipsis text overflow
|
2023-05-24 14:40:19 +02:00 |
|
hadi
|
023e45ebc0
|
Fix null being represented into remark's column in links
|
2023-05-24 13:38:13 +02:00 |
|
hadi
|
f23c562105
|
Do not activate statustext for mobile template
|
2023-05-23 12:36:04 +02:00 |
|
hadi
|
26e52d6692
|
Fix the title for file drag out
|
2023-05-22 15:22:11 +02:00 |
|
hadi
|
b5f46c1bad
|
Make et2link file type draggable
|
2023-05-22 11:45:56 +02:00 |
|
nathan
|
79d22e17a0
|
Fix missing spinner icons in date
|
2023-05-19 08:16:02 -06:00 |
|
ralf
|
8b22a258c6
|
fixing the fix, item is a regular (not DOM-)object and not undefined
|
2023-05-19 09:26:21 +02:00 |
|
ralf
|
71278c8041
|
fix TypeError: item.querySelector is not a function
|
2023-05-19 09:20:47 +02:00 |
|
nathan
|
be25869a1d
|
Et2Select: If the value contains something that does not pass validation, show it as an invalid tag so it can be removed.
|
2023-05-18 10:48:33 -06:00 |
|
nathan
|
ab3a75a7b3
|
Focus test WIP
|
2023-05-18 08:08:18 -06:00 |
|
nathan
|
8da10cf863
|
Reconfigure Link to include icon & comment for easier drag & drop
|
2023-05-17 16:55:05 -06:00 |
|
nathan
|
89483d80d3
|
Api: Fix missing spinner icons
|
2023-05-17 10:08:34 -06:00 |
|
hadi
|
7caa6ad4ac
|
Make files in link list draggable
|
2023-05-17 16:30:09 +02:00 |
|
nathan
|
ffb9fa706a
|
Filemanager: Fix new file button stopped working after being readonly
Moved option render inside render() since we have it, simplifys things a lot
|
2023-05-16 15:01:24 -06:00 |
|
nathan
|
6ecb2d8cf9
|
Et2Select: Fix missing options filter to handle option groups too
|
2023-05-16 11:02:20 -06:00 |
|
nathan
|
eddcc97163
|
Et2ButtonIcon: Fix missing icons
There was a conflict between Et2InputWidget setting the widget name & image
|
2023-05-16 10:02:34 -06:00 |
|
hadi
|
60643d86b2
|
Fix toolbar icons are no longer shown in mobile theme
|
2023-05-15 17:29:13 +02:00 |
|
nathan
|
3bd2ee5aad
|
Fix confirm dialog sometimes mis-placed initiating button in value
|
2023-05-12 10:06:55 -06:00 |
|
nathan
|
d5d217c589
|
Some "invalid option" fixes:
- Don't notify user, just log it to the console
- Fix calendar owner filtered out not loaded options
|
2023-05-11 10:56:42 -06:00 |
|
nathan
|
91b94a5126
|
Et2Select: Use same z-index for search box as dropdown
|
2023-05-10 13:43:46 -06:00 |
|
nathan
|
01ab3ab85a
|
Et2Select: Fix selection of first option when no value provided, broken by 134cd9d249
|
2023-05-10 09:19:43 -06:00 |
|
nathan
|
820bd35689
|
Fix filtered out invalid values were still left in value
|
2023-05-09 14:28:02 -06:00 |
|
nathan
|
3e1b1e56dc
|
Fix focussed select does not close when it loses focus
Mail reply moves focus from To: to body, and To dropdown stayed open
|
2023-05-09 14:04:02 -06:00 |
|
nathan
|
134cd9d249
|
Fix invalid option check did not work for multiple
|
2023-05-09 08:57:55 -06:00 |
|
nathan
|
4ce6bb3f3d
|
Et2Select: Remove values that use options that aren't there to avoid the validation error
|
2023-05-05 11:08:47 -06:00 |
|
hadi
|
a8e83ad59f
|
Fix readonly links styling
|
2023-05-04 12:41:30 +02:00 |
|
nathan
|
9aa4c6f403
|
Et2DateDuration: Fix value of "" caused NaN
|
2023-05-03 08:42:15 -06:00 |
|
ralf
|
d11c74f0bc
|
fix error trying to submit
|
2023-05-03 11:16:47 +02:00 |
|
nathan
|
46b7c5258b
|
Skip disabled widgets in iterateOver
This fixes disabled widgets returning their value unexpectedly, and ID collisions when we have 2 widgets with the same ID, but disable one.
|
2023-05-02 14:21:03 -06:00 |
|
nathan
|
ab195097f5
|
Et2DateDuration: Use integers for duration when we have a separate box for each duration, float when there's one box
|
2023-05-02 14:17:40 -06:00 |
|
hadi
|
8e8c664e95
|
Fix broken 3dots menu for nm in mobile theme
|
2023-05-02 18:53:42 +02:00 |
|
nathan
|
05e262d5ee
|
Some tests for Et2EmailTag
|
2023-05-01 15:27:17 -06:00 |
|
nathan
|
5cb6415fef
|
Et2Link: Fix projectmanager did not open in pm tab
Broken by 12e42d6
|
2023-05-01 10:28:36 -06:00 |
|
nathan
|
2fc44da034
|
Api: Fix clicking Select dropdown button while open did not close dropdown
|
2023-05-01 08:55:25 -06:00 |
|
nathan
|
8e9071acc8
|
Calendar: More sidebox owner fixes
- another instance of remote class causing problems
- remove duplicates to avoid warning message
|
2023-04-28 11:27:26 -06:00 |
|
nathan
|
96c66eeaf8
|
Fix LinkEntry change caused double change event
|
2023-04-28 09:27:17 -06:00 |
|
nathan
|
86dac02826
|
Calendar: Fix second selected owner in sidemenu went missing
|
2023-04-27 14:02:41 -06:00 |
|
ralf
|
a50fa29419
|
null and undefined are objects too
fixes TypeError: Cannot read properties of null (reading 'length')
|
2023-04-26 09:22:30 +02:00 |
|
nathan
|
7d86d69b49
|
Add statustext to list of detached attributes
|
2023-04-25 13:53:16 -06:00 |
|
nathan
|
12e42d6396
|
Fix Et2Link always opening in the same popup
|
2023-04-25 09:54:05 -06:00 |
|
nathan
|
5b9cf0ae0b
|
Et2InputWidget: Give clones of object values so receiver cannot use the reference
Fixes failing change detection in EgwApp.update_state, since the value was the same object
|
2023-04-25 09:09:18 -06:00 |
|
hadi
|
998039b464
|
Do not translate category names
|
2023-04-25 12:02:35 +02:00 |
|
nathan
|
8fdfcc5c61
|
Fix missing entry values
|
2023-04-24 13:27:57 -06:00 |
|
nathan
|
027fc4dfab
|
Always strip comma regardless of number preference so parse float always works.
|
2023-04-24 09:42:09 -06:00 |
|
nathan
|
61deaad2a2
|
Fix et2container.getValueById() failed with error on (some) webcomponents
|
2023-04-19 11:30:37 -06:00 |
|
nathan
|
5c1c31e2a5
|
Fix typo in 5a824ef
|
2023-04-19 10:25:49 -06:00 |
|
nathan
|
9e8bc6e1ee
|
Let change event bubble so it can be caught by parents
|
2023-04-19 10:03:54 -06:00 |
|