Opened 20 years ago
Closed 15 years ago
#2116 closed defect (fixed)
Bug when inserting reference to a label with spaces in math mode
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 1.6.6 |
Component: | mathed | Version: | 1.4.1 |
Severity: | normal | Keywords: | |
Cc: | poenitz@…, michael.gerz@…, Uwe Stöhr, Richard Heck |
Description (last modified by )
Steps to reproduce the problem:
- Create a label with spaces in it e.g. "bad bug"
- Start math mode
- Insert a reference to "bad bug"
- Export Latex
Actual Results:
$\ref{badbug}$, the space is deleted.
Attachments (1)
Change History (23)
comment:1 by , 20 years ago
Cc: | added |
---|---|
op_sys: | Linux → All |
rep_platform: | PC → All |
Version: | unspecified → 1.3.6 |
comment:2 by , 20 years ago
I've seen talk on disabling this feature (refs in math). Please don't. It's a
very important feature.
comment:4 by , 20 years ago
Milestone: | → 1.4.1 |
---|
References are reenabled in 1.4 now, but this bug is still there. It will not
be fixed for 1.4.0, but since it is not too difficult to do I target it for
1.4.1.
comment:5 by , 19 years ago
Keywords: | patch added |
---|
comment:7 by , 19 years ago
Cc: | added |
---|
comment:8 by , 19 years ago
Because it is never executed and no other inset has code for that.
LyXFunc::dispatch resolves it either to LFUN_INSET_MODIFY or LFUN_INSET_INSERT.
I can as well take this out for 1.4 if you like, but for 1.5 I'd like to get
rid of it.
comment:9 by , 19 years ago
Keywords: | patch removed |
---|
Forget my last comment. The patch is already applied (see comment 5).
comment:11 by , 19 years ago
Version: | 1.3.6 → 1.4.1 |
---|
comment:12 by , 19 years ago
Milestone: | 1.4.2 → 1.4.x |
---|
comment:13 by , 19 years ago
Cc: | added |
---|
comment:15 by , 18 years ago
Milestone: | 1.4.x → 1.5.x |
---|
Moving all bugs targeted to before 1.5.0 to 1.5.x.
If these are yours, please check that they have not been fixed and, if so, close
them.
Otherwise, sorry for the spam.
comment:16 by , 17 years ago
Milestone: | 1.5.x → 1.6.x |
---|
1.5.x is frozen. Shifting all 1.5.x-targetted bugs to 1.6.x.
If you have reported this bug, please verify if it still occurs in 1.6.0 and
close the report, if not.
comment:17 by , 16 years ago
Priority: | high → normal |
---|
comment:18 by , 16 years ago
Description: | modified (diff) |
---|---|
Keywords: | easyfix added |
it is not too difficult to do I target it for 1.4.1.
putting in 2.0 radar.
comment:19 by , 15 years ago
Cc: | added; removed |
---|---|
Keywords: | fixedintrunk added; easyfix removed |
Milestone: | 1.6.x → 2.0.0 |
This seems to be fixed in trunk now, but not in branch.
Anyone knows how this got fixed and how to backport to branch ?
comment:21 by , 15 years ago
Keywords: | fixedinbranch added |
---|---|
Milestone: | 2.0.0 → 1.6.6 |
Thanks,
so also fixed in branch in r33332.
comment:22 by , 15 years ago
Keywords: | fixedintrunk fixedinbranch removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
1.6.6 is done.
I was not aware that it is possible to insert refs in maths...
I can confirm the bug in 1.3.7cvs. On 1.4.0cvs, it seems that the feature
is disabled altogether. Probably André knows.
André?